Skip to content

Commit 4729252

Browse files
Make a PR description template.
1 parent ebc2862 commit 4729252

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
### Description
2+
3+
A clear and concise description of what the change is.
4+
5+
### Related Issue(s)
6+
7+
Please link to any related issues here.
8+
9+
### Type of Change
10+
11+
Please delete options that are not relevant.
12+
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
- [ ] This change requires a documentation update
17+
- [ ] Refactoring (no functional changes)
18+
- [ ] Build-related changes
19+
- [ ] Performance improvement
20+
21+
### Testing
22+
23+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
24+
25+
- [ ] Test A
26+
- [ ] Test B
27+
28+
### Changelog Entry
29+
30+
Please provide a one-line summary of your change for the changelog. This will be used in the release notes. For example:
31+
32+
- **Added** a new endpoint for fetching user data.
33+
- **Fixed** a bug where the login button was not responsive.
34+
35+
**Changelog Summary:**

0 commit comments

Comments
 (0)