Skip to content

Commit 356bc2d

Browse files
authored
Create pull request template (#529)
1 parent edaa61b commit 356bc2d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Give the PR a meaningful title that makes for a concise description of the content within the PR. For example, the title of a PR for a new sample should be "New sample: xxx" or for a bug fix, "Patch: fix (description of bug) in sample x". -->
2+
3+
<!-- If you are merging a sample for the current release, ensure the target branch is `master`. If merging a sample for the next release, ensure the target branch is `dev`. -->
4+
5+
### Description
6+
7+
<!-- Give a brief summary description (one or two sentences) of the work done within the PR, and also write any particular points on which you'd like specific feedback/advice on. Ensure to both request a review and also assign that reviewee, as well as tag them in this PR description. -->
8+
9+
Checklist:
10+
- [ ] Set target branch to master (current release) or dev (next release)
11+
- [ ] Request a reviewer
12+
- [ ] Assign a reviewer
13+
- [ ] Tag reviewer in comment

0 commit comments

Comments
 (0)