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 be2e19d commit 1f5ed87Copy full SHA for 1f5ed87
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
1
+blank_issues_enabled: true
.github/ISSUE_TEMPLATE/other.yml
@@ -0,0 +1,15 @@
+name: Other
2
+description: Any other question or issue
3
+
4
+body:
5
+- type: textarea
6
+ attributes:
7
+ label: Issue
8
+ description: >
9
+ A clear and concise description of the question or issue
10
+ validations:
11
+ required: true
12
+- type: markdown
13
14
+ value: >
15
+ Thanks for contributing!
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,8 @@
+<!-- Replace [ ] with [X] to check a box -->
+- [ ] Closes #xxxx (Replace xxxx with the GitHub issue number, or delete line).
+- [ ] Tests added and passed if fixing a bug or adding a new feature.
+### Description
+<!-- Describe your changes in detail -->
0 commit comments