Skip to content

Commit dfdf572

Browse files
committed
chore: add pull-request template
1 parent 42229d5 commit dfdf572

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Issue number and link
2+
3+
Fixes: #xxx
4+
5+
<!--- For bugfix, you must link to at least an issue to show clear way to reproduce the bug. -->
6+
7+
<!--- For new feature without any related issues, include your motivation in the next section -->
8+
9+
## Describe your changes
10+
11+
## Checklist before requesting a review
12+
13+
- [ ] I follow the [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) rules (bugfix/feature)
14+
- [ ] I specified links to related issues (must: bugfix, want: feature)
15+
- [ ] I have performed a self-review of my code (bugfix/feature)
16+
- [ ] I have added thorough tests (bugfix/feature)
17+
- [ ] I have edited `## [Unreleased]` section in `CHANGELOG.md` following [keep a changelog](https://keepachangelog.com/en/1.0.0/) syntax (bugfix/feature)
18+
- [ ] I {made/will make} a related pull request for [documentation repo](https://github.com/SpringQL/SpringQL.github.io) (feature)

0 commit comments

Comments
 (0)