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 bf28928 commit bed17f0Copy full SHA for bed17f0
.github/ISSUE_TEMPLATE/03_documentation.yml
@@ -0,0 +1,23 @@
1
+name: '📖 Documentation improvement'
2
+description: Report an issue with the documentation.
3
+labels: [documentation]
4
+
5
+body:
6
+ - type: textarea
7
+ id: description
8
+ attributes:
9
+ label: Description
10
+ description: >
11
+ Describe the issue with the documentation and how it can be fixed or improved.
12
+ validations:
13
+ required: true
14
15
+ - type: input
16
+ id: link
17
18
+ label: Link
19
20
+ Provide a link to the existing documentation, if applicable.
21
+ placeholder: ex. https://docs.pola.rs/api/python/dev/...
22
23
+ required: false
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false
0 commit comments