Skip to content

Commit a32d265

Browse files
committed
Update pull_request_template.md
1 parent 60cb166 commit a32d265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- 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". -->
22

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`. -->
3+
<!-- If you are merging a sample for the current release, ensure the target branch is `main`. If merging a sample for the next release, ensure the target branch is `v.next`. -->
44

55
### Description
66

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. -->
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 reviewer, as well as tag them in this PR description. -->
88

99
Checklist:
10-
- [ ] Set target branch to master (current release) or dev (next release)
10+
- [ ] Set target branch to main (current release) or v.next (next release)
1111
- [ ] Request a reviewer
1212
- [ ] Assign a reviewer
1313
- [ ] Tag reviewer in comment

0 commit comments

Comments
 (0)