We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e9438 commit d28a958Copy full SHA for d28a958
.github/ISSUE_TEMPLATE/feature-request.yml
@@ -19,3 +19,14 @@ body:
19
description: A clear and concise description of the solution
20
validations:
21
required: true
22
+ - type: dropdown
23
+ id: contributions
24
+ attributes:
25
+ label: Can you submit a pull request?
26
+ description: Pull requests are welcome! If you would like to help us add this feature, please check our
27
+[contributions guidelines](../blob/main/CONTRIBUTING.md).
28
+ options:
29
+ - Yes
30
+ - No
31
+ validations:
32
+ required: true
0 commit comments