Skip to content

Commit bce9dd6

Browse files
authored
Add temple for creating and issue (#655)
* add template * llms
1 parent 4fd3c2f commit bce9dd6

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: 📚 Report a documentation issue
2+
description: Found a typo, broken link, or unclear section? Let us know.
3+
title: "[Docs] "
4+
labels: []
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to improve our documentation!
10+
11+
- type: input
12+
id: page
13+
attributes:
14+
label: Page URL
15+
description: Link to the page where the issue appears
16+
placeholder: https://docs.polkadot.network/...
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: issue
22+
attributes:
23+
label: What’s the issue?
24+
description: Describe what you found confusing, incorrect or broken
25+
placeholder: The section on staking is unclear because...
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: suggestion
31+
attributes:
32+
label: Suggested improvement
33+
description: How could we improve this part?
34+
placeholder: Maybe add a diagram, or explain the term 'nominator' earlier...
35+
validations:
36+
required: false

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14232,7 +14232,7 @@ In this unit file, you will write the commands that you want to run on server bo
1423214232
[Unit]
1423314233
Description=Polkadot Node
1423414234
After=network.target
14235-
Documentation=https://github.com/paritytech/polkadot
14235+
Documentation=https://github.com/paritytech/polkadot-sdk
1423614236

1423714237
[Service]
1423814238
EnvironmentFile=-/etc/default/polkadot

0 commit comments

Comments
 (0)