Skip to content

Commit 676b205

Browse files
authored
chore(common): add documentation issue template (#223)
1 parent 1c3c658 commit 676b205

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Documentation Issue
3+
about: Fill any issue related to product documentation
4+
title: 'docs(<category>): short description'
5+
labels: documentation
6+
assignees: ''
7+
8+
---
9+
10+
### Category
11+
<!-- Check the category and replace the placeholder <category> in the title accordingly-->
12+
13+
- [x] **docs(user)** — user-facing content: guides, tutorials, concept explanations, etc.
14+
- [ ] **docs(api)** — interfaces: contracts, SDKs, plugin APIs, etc.
15+
- [ ] **docs(code)** — code examples, templates, scripts, tests, etc.
16+
- [ ] **docs(misc)** — structure, navigation, styling, feedback, housekeeping, etc.
17+
18+
### Context / Background
19+
<!-- Describe the issue and provide related contexts.-->
20+
21+
### Target Files/Pages
22+
<!-- Link or describe the relevant doc files or sections to be updated/created. -->
23+
24+
### Tasks
25+
- [ ] Task 1
26+
- [ ] Task 2
27+
- [ ] Task 3

0 commit comments

Comments
 (0)