diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 30 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general.md | 8 |
2 files changed, 30 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..f2e18d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,30 @@ +name: Feature request +description: Suggest an idea for this project +title: '[Feature Request]: (Replace this text with a representative title)' +body: + - type: textarea + id: feature_request + attributes: + - label: Is your feature request related to a problem? Please describe. + - description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + validations: + required: true + - type: textarea + id: solution + attributes: + - label: Describe the solution you'd like + - description: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternatives + attributes: + - label: Describe alternatives you've considered + - description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: true + - type: textarea + id: context + attributes: + - label: Additional context + - description: Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md deleted file mode 100644 index 501a94c..0000000 --- a/.github/ISSUE_TEMPLATE/general.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: General -about: Everything related with Git-Wiki that doesn't fit in other categories -title: "[GENERAL]" -labels: general -assignees: '' - ---- |
