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 6199a57 commit 354d3e4Copy full SHA for 354d3e4
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,18 @@
1
+name: Feature Request
2
+description: Suggest a new feature or improvement to the Gambit website.
3
+title: "[Feature]: "
4
+labels: ["feature"]
5
+body:
6
+ - type: markdown
7
+ attributes:
8
+ value: |
9
+ Thanks for taking the time to fill out this feature request!
10
+ - type: textarea
11
+ id: request-details
12
13
+ label: What feature or improvement to the Gambit website would you like to see?
14
+ description: Please provide details about the feature or improvement you would like to see.
15
+ placeholder: Describe the feature or improvement in detail.
16
+ value: "A feature or improvement suggestion!"
17
+ validations:
18
+ required: true
0 commit comments