1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 21:16:29 +03:00

Add issue templates, update authors

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-06-30 17:42:12 +05:00
parent 8908537f20
commit 5b0739aa42
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
4 changed files with 116 additions and 1 deletions

View file

@ -0,0 +1,38 @@
name: Feature Request
description: Create a request for a feature you would like
labels: [ "type: enhancement" ]
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: alternatives
attributes:
label: Considered Alternatives
description: |
Please provide a description of any alternative solutions or features you've considered.
placeholder: Considered Alternatives
validations:
required: false
- 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