Skip to content

Commit

Permalink
Add pull request template with release note stub (#215)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
asraa authored Mar 21, 2022
1 parent b4df602 commit 506b95a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Please fill in the fields below to submit a pull request. The more information that is provided, the better.

Fixes #<Issue>
Release Notes: <!-- What comments/remarks should we include in the release notes for this change? -->

**Types of changes**:
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

**Description of the changes being introduced by the pull request**:

**Please verify and check that the pull request fulfills the following requirements**:

- [ ] Tests have been added for the bug fix or new feature
- [ ] Docs have been added for the bug fix or new feature

0 comments on commit 506b95a

Please sign in to comment.