mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 09:01:13 +03:00
Octol1ttle
b446c97311
Closes #184 This PR makes issue templates less annoying by removing some unnecessary text boxes and allowing issues to be created without the use of a template. In the Bug Report template, `Expected Behavior` and `Actual Behavior` were combined into one, and the `Known Workarounds` section was removed In the Feature Request template, `Considered Alternatives` was also removed.
29 lines
927 B
YAML
29 lines
927 B
YAML
name: Feature Request
|
|
description: Create a request for a feature you would like
|
|
labels: [ "type: feature" ]
|
|
body:
|
|
- type: textarea
|
|
id: background
|
|
attributes:
|
|
label: Description
|
|
description: Please share a clear and concise description of the feature you want.
|
|
placeholder: Description
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposed-solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Please describe the solution you would like.
|
|
placeholder: Proposed Solution
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: other-info
|
|
attributes:
|
|
label: Other Information
|
|
description: |
|
|
Please add any other context or screenshots about the feature request here.
|
|
placeholder: Other Information
|
|
validations:
|
|
required: false
|