Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-01-14 22:59:20 +0300
committerGitHub <noreply@github.com>2022-01-14 22:59:20 +0300
commit2491b302e6d2bc62b998c43df4dbf9135bc0fb6b (patch)
tree91c73f5581702b7f32e145881e9bad571c180e4d /.github
parent9999b7815e220a134ae3f416e1446cab943a6a70 (diff)
Feature Request Issue Template (#39473)
* Feature Request Issue Template * Update 20_feature_request.yml
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/20_feature_request.md20
-rw-r--r--.github/ISSUE_TEMPLATE/20_feature_request.yml35
2 files changed, 35 insertions, 20 deletions
diff --git a/.github/ISSUE_TEMPLATE/20_feature_request.md b/.github/ISSUE_TEMPLATE/20_feature_request.md
deleted file mode 100644
index b8f9d9c6c6..0000000000
--- a/.github/ISSUE_TEMPLATE/20_feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: 💡 Feature request
-about: Suggest an idea for this project
----
-
-<!--
-
-More information on our issue management policies can be found here: https://aka.ms/aspnet/issue-policies
-
--->
-
-### Is your feature request related to a problem? Please describe.
-A clear and concise description of what the problem is.
-Example: I am trying to do [...] but [...]
-
-### Describe the solution you'd like
-A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
-
-### Additional context
-Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/20_feature_request.yml b/.github/ISSUE_TEMPLATE/20_feature_request.yml
new file mode 100644
index 0000000000..0806b1713a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/20_feature_request.yml
@@ -0,0 +1,35 @@
+name: 💡 Feature request
+description: Suggest an idea for this project
+body:
+- type: markdown
+ attributes:
+ value: |
+ More information on our issue management policies can be found here: https://aka.ms/aspnet/issue-policies
+- type: checkboxes
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the feature you are requesting. (https://github.com/dotnet/aspnetcore/issues).
+ options:
+ - label: I have searched the existing issues
+ required: true
+- type: textarea
+ attributes:
+ label: Is your feature request related to a problem? Please describe the problem.
+ description: A clear and concise description of what the problem is.
+ placeholder: I am trying to do [...] but [...]
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Describe the solution you'd like
+ description: |
+ A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Additional context
+ description: |
+ Add any other context or screenshots about the feature request here.
+ validations:
+ required: false