Skip to content

Commit ce2a406

Browse files
committed
feat: add pr template
1 parent 040725d commit ce2a406

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Description
2+
3+
<!-- This section should contain a short summary of the changes. -->
4+
5+
<!-- Please describe the problem you are trying to solve and why those changes are necessary. -->
6+
7+
<!-- If this PR fixes a bug or resolves a feature request, be sure to link to that issue. -->
8+
9+
## Testing considerations
10+
11+
<!-- Describe the tests or steps that you ran to verify your changes. -->
12+
13+
## Checklist
14+
15+
<!-- Please make sure all of the items below are checked before requesting a review: -->
16+
17+
- [ ] Prefixed the PR title with the JIRA ticket code <!-- e.g. `[JIRXXX] Add <XYZ> repository` -->
18+
- [ ] Performed simple, atomic commits with [good commit messages][commit messages]
19+
- [ ] Verified that the commit history is linear and commits are squashed as necessary
20+
- [ ] Thoroughly tested the changes in `development` and/or `staging`
21+
- [ ] Updated the `README.md` as necessary
22+
23+
<!-- Feel free to open a draft PR to get feedback early. -->
24+
25+
## Related links
26+
27+
<!-- This is a list of links, like the Jira ticket that contains additional context -->
28+
<!-- and other links to relevant documents, merge requests or discussions. -->
29+
30+
* [#XYZ](https://github.com/scribd/REPO/pull/XYZ)
31+
* [JIRXXX](https://scribdjira.atlassian.net/browse/JIRXXX)
32+
* [Design Document](https://scribdjira.atlassian.net/wiki/spaces/SPACEID/pages/PAGEID)
33+
* [Slack discussion](https://scribd.slack.com/archives/C0DSL144T/p1564610596278400)
34+
35+
[commit messages]: https://chris.beams.io/posts/git-commit/

0 commit comments

Comments
 (0)