Skip to content

Commit bed17f0

Browse files
committed
feat: add placeholders for a template and configuration
1 parent bf28928 commit bed17f0

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
attributes:
18+
label: Link
19+
description: >
20+
Provide a link to the existing documentation, if applicable.
21+
placeholder: ex. https://docs.pola.rs/api/python/dev/...
22+
validations:
23+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)