diff options
author | Ethan <git@ethanlibs.co> | 2022-06-05 12:57:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 18:57:37 +0200 |
commit | 8b368ebb62ef48e14a69f149ccae25910ccb22ac (patch) | |
tree | 3efec3510c0683066dad131def3dcbce66c5a9c8 /.github/ISSUE_TEMPLATE/feature_request.yml | |
parent | 37cf0a7d5d50a00a5d4990e0397f1469f6962f66 (diff) | |
download | OneConfig-8b368ebb62ef48e14a69f149ccae25910ccb22ac.tar.gz OneConfig-8b368ebb62ef48e14a69f149ccae25910ccb22ac.tar.bz2 OneConfig-8b368ebb62ef48e14a69f149ccae25910ccb22ac.zip |
fix the issue templates (#39)
* make the issue templates actually work pt 1
* make it work
* Update bug_report.yml
* Update bug_report.yml
* fix
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b4ed087..4b15111 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,20 @@ --- name: Feature request -about: Suggest an idea for OneConfig +about: Suggest an idea for this OneConfig +title: '' +labels: '' +assignees: '' --- + +## Is your feature request related to a problem? Please describe +<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> + +## Describe the behaviour you'd like +<!-- A clear and concise description of what you want to happen. --> + +## Describe alternatives you've considered +<!-- A clear and concise description of any alternative solutions or features you've considered. --> + +## Additional context +<!-- Add any other context or screenshots about the feature request here. --> |