Skip to content

Commit 506b95a

Browse files
authored
Add pull request template with release note stub (#215)
* add pull request template with release note stub Signed-off-by: Asra Ali <[email protected]> * add type of change Signed-off-by: Asra Ali <[email protected]> * update comments Signed-off-by: Asra Ali <[email protected]>
1 parent b4df602 commit 506b95a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Please fill in the fields below to submit a pull request. The more information that is provided, the better.
2+
3+
Fixes #<Issue>
4+
Release Notes: <!-- What comments/remarks should we include in the release notes for this change? -->
5+
6+
**Types of changes**:
7+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
8+
- [ ] Bug fix (non-breaking change which fixes an issue)
9+
- [ ] New feature (non-breaking change which adds functionality)
10+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
12+
**Description of the changes being introduced by the pull request**:
13+
14+
**Please verify and check that the pull request fulfills the following requirements**:
15+
16+
- [ ] Tests have been added for the bug fix or new feature
17+
- [ ] Docs have been added for the bug fix or new feature

0 commit comments

Comments
 (0)