forked from Archives/langchain
cc068f1b77
Add issue templates for - bug reports - feature suggestions - documentation and a link to the discord for general discussion. Open to other suggestions here. Could also add another "Other" template with just a raw text box if we think this is too restrictive <img width="1464" alt="image" src="https://user-images.githubusercontent.com/130414180/236115358-e603bcbe-282c-40c7-82eb-905eb93ccec0.png">
19 lines
589 B
YAML
19 lines
589 B
YAML
name: Other Issue
|
|
description: Raise an issue that wouldn't be covered by the other templates.
|
|
title: "Issue: <Please write a comprehensive title after the 'Issue: ' prefix>"
|
|
labels: [04 - Other]
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: "Issue you'd like to raise."
|
|
description: >
|
|
Please describe the issue you'd like to raise as clearly as possible.
|
|
Make sure to include any relevant links or references.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Suggestion:"
|
|
description: >
|
|
Please outline a suggestion to improve the issue here.
|