diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2022-07-01 13:21:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-01 18:21:22 +0200 |
| commit | 19cd3361eecc3dcef966b572ded4fdfa5b4806cf (patch) | |
| tree | 9dfdf1b0a3227b21e3fd47cee520b406ea11429f /.github | |
| parent | d0af89c6315583c08a44e24812f7431b28369701 (diff) | |
| download | wiki-19cd3361eecc3dcef966b572ded4fdfa5b4806cf.tar.gz wiki-19cd3361eecc3dcef966b572ded4fdfa5b4806cf.tar.bz2 wiki-19cd3361eecc3dcef966b572ded4fdfa5b4806cf.zip | |
Replace feature_request.md file with feature_request.yml file (#745)
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: '' - ---- |
