Skip to content

Commit 2dcabf7

Browse files
authored
Merge pull request #44 from jerry-git/pr-template
Add PR template
2 parents a0fbc36 + 81ffe05 commit 2dcabf7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Description
2+
3+
A short description about the changes in this pull request. If the pull request is related to some issue, mention it here.
4+
5+
## Checklist
6+
7+
- [] Tests covering the new functionality have been added
8+
- [] Documentation has been updated OR the changes are too minor to be documented
9+
- [] The Changes are listed in the `CHANGELOG.md` OR the changes are insignificant

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
### Added
8+
- PR template
79

810
## [0.5.0] - 2021-11-09
911
### Added

0 commit comments

Comments
 (0)