diff options
author | Riley Park <[email protected]> | 2024-04-28 11:12:37 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-28 11:12:37 -0700 |
commit | ba673a3b788f98a7f09c4e8eb3755f513866d536 (patch) | |
tree | 43deb8aa093aeb278dd40d1ffe0146609d5059c8 /.github/DISCUSSION_TEMPLATE | |
parent | 52ff3b7382f1076dee9d3699fc38d4798e5a59b7 (diff) | |
download | Paper-ba673a3b788f98a7f09c4e8eb3755f513866d536.tar.gz Paper-ba673a3b788f98a7f09c4e8eb3755f513866d536.zip |
[ci skip] Feature requests are now in GitHub Discussions (#10606)
* [ci skip] feature requests are now discussions, not issues
* Re-add discussion template
* [ci skip] remove old feature label
---------
Co-authored-by: Noah van der Aa <[email protected]>
Diffstat (limited to '.github/DISCUSSION_TEMPLATE')
-rw-r--r-- | .github/DISCUSSION_TEMPLATE/feature-request.yml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.github/DISCUSSION_TEMPLATE/feature-request.yml b/.github/DISCUSSION_TEMPLATE/feature-request.yml new file mode 100644 index 0000000000..a7e3471724 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/feature-request.yml @@ -0,0 +1,42 @@ +labels: ["status: needs triage"] +body: + - type: markdown + attributes: + value: | + Thank you for filling out a feature request for Paper! Please be as detailed as possible so that we may consider and review the request easier. + We ask that you search all the issues to avoid a duplicate feature request. If one exists, please reply if you have anything to add. + Before requesting a new feature, please make sure you are using the latest version and that the feature you are requesting is not already in Paper. + + - type: textarea + attributes: + label: Is your feature request related to a problem? + description: Please give some context for this request. Why do you want it added? + validations: + required: true + + - type: textarea + attributes: + label: Describe the solution you'd like. + description: A clear and concise description of what you want. + validations: + required: true + + - type: textarea + attributes: + label: Describe alternatives you've considered. + description: List any alternatives you might have tried to get the feature you want. + validations: + required: true + + - type: textarea + attributes: + label: Other + description: Add any other context or screenshots about the feature request below. + validations: + required: false + + - type: markdown + attributes: + value: | + Before submitting this feature request, please search our issue tracker to ensure your feature has not + already been requested. |