Skip to content

Commit 5c57926

Browse files
authored
Add pull request template (#1588)
1 parent fa8ac1c commit 5c57926

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# What does this PR do?
2+
3+
<!--
4+
Please briefly describe your change, including what problem the change fixes, and any context
5+
necessary for understanding the change
6+
-->
7+
8+
# What issue(s) does this change relate to?
9+
10+
<!--
11+
Please include any issues related to this pull request, including 'Fixes' if the issue is resolved
12+
by this pull request.
13+
Example:
14+
- Fixes #42
15+
- Related to #1234
16+
-->
17+
18+
# Before submitting
19+
- [ ] Have you read the [contributor guidelines](https://github.com/mosaicml/composer/blob/dev/CONTRIBUTING.md)?
20+
- [ ] Is this change a documentation change or typo fix? If so, skip the rest of this checklist.
21+
- [ ] Was this change discussed/approved in a GitHub issue first? It is much more likely to be merged if so.
22+
- [ ] Did you update any related docs and document your change?
23+
- [ ] Did you update any related tests and add any new tests related to your change? (see [testing](https://github.com/mosaicml/composer/blob/dev/CONTRIBUTING.md#running-tests))
24+
- [ ] Did you run the tests locally to make sure they pass?
25+
- [ ] Did you run `pre-commit` on your change? (see the `pre-commit` section of [prerequisites](https://github.com/mosaicml/composer/blob/dev/CONTRIBUTING.md#prerequisites))
26+
27+
<!--
28+
Thanks so much for contributing to composer! We really appreciate it :)
29+
-->

0 commit comments

Comments
 (0)