Skip to content

Commit 7a1eb1e

Browse files
authored
Add pull requests template (#1211)
* Create pull_request_template.md * Update pull_request_template.md
1 parent 5776ce3 commit 7a1eb1e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**Description**: <Describe your changes here>
2+
3+
**Documentation changes required:** (Y/N) <Please mark if documentation changes are required>
4+
5+
**Added unit tests:** (Y/N) <Please mark if unit tests were added or updated according changes>
6+
7+
**Attached related issue:** (Y/N) <Please add link to related issue here>
8+
9+
**Checklist**:
10+
- [ ] Version was bumped - please check that version of the extension, task or library has been bumped.
11+
- [ ] Checked that applied changes work as expected.

0 commit comments

Comments
 (0)