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 39f16a9 commit a447828Copy full SHA for a447828
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/documentation.yml
@@ -0,0 +1,15 @@
1
+name: Documentation
2
+description: Report a problem with the documentation
3
+labels: ["docs"]
4
+body:
5
+ - type: markdown
6
+ attributes:
7
+ value: |
8
+ > [!NOTE]
9
+ > Trivial changes (for example typos) don’t require an issue before opening a PR.
10
+ - type: textarea
11
12
+ label: "Documentation"
13
+ description: "A clear and concise description of the issue."
14
+ validations:
15
+ required: true
0 commit comments