Skip to content

Commit 2e57d66

Browse files
committed
update PR template
1 parent 0ceb398 commit 2e57d66

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1+
**Related issue**
12

3+
Example: Closes #832. Relates to #832.
24

5+
**Description of changes**
36

7+
Your text here!
48

9+
**QA checklists**
510

11+
- [ ] Add relevant code comments. Every API class and method should have `<summary>` description as well as description of parameters.
12+
- [ ] **Add tests for new/changed/updated classes and methods!!!**
13+
- [ ] Check out conventions in [CONTRIBUTING.md](https://github.com/mapbox/mapbox-unity-sdk/blob/develop/CONTRIBUTING.md).
14+
- [ ] Check out conventions in [CODING-STYLE.md](https://github.com/mapbox/mapbox-unity-sdk/blob/develop/CODING-STYLE.md)
15+
- [ ] Update the [changelog](https://github.com/mapbox/mapbox-unity-sdk/blob/develop/documentation/docs/05-changelog.md)
16+
- [ ] Update documentation.
617

18+
**Reviewers**
719

8-
9-
___
10-
_As part of the process of submitting this PR, please:_
11-
- [ ] Document the PR changes
12-
- [ ] Update the changelog
20+
Tag your reviewer(s). Choose wisely.

0 commit comments

Comments
 (0)