Skip to content

Commit 4b5fcba

Browse files
committed
docs: add pull request template
1 parent e13df90 commit 4b5fcba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### 1. Why is this change necessary?
2+
3+
4+
### 2. What does this change do, exactly?
5+
6+
7+
### 3. Describe each step to reproduce the issue or behaviour.
8+
9+
10+
### 4. Please link to the relevant issues (if any).
11+
12+
13+
### 5. Checklist
14+
15+
- [ ] I have written tests and verified that they fail without my change
16+
- [ ] I have updated developer-facing release notes if this change affects external developers
17+
- [ ] I have written or adjusted the documentation according to my changes
18+
- [ ] This change has comments for package types, values, functions, and non-obvious lines of code
19+
- [ ] Ensure this pull request follows repository conventions (e.g. conventional commits in commit messages)

0 commit comments

Comments
 (0)