mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-12 12:45:46 +03:00
chore(main): include bug and feature request github issue templates
This commit is contained in:
parent
e2115bf739
commit
deff486eaf
2 changed files with 48 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Feature Request
|
||||
description: Request a new feature to be included in the forge tool set
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for taking the time to fill out this feature request
|
||||
- type: textarea
|
||||
id: describe-feature
|
||||
attributes:
|
||||
label: Describe the feature
|
||||
description: Include why you feel this should be in the forge
|
||||
placeholder: Tell us what you need
|
||||
value: "I'd like this project to be enhanced with ... because ..."
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue