Skip to content

Commit 79f1963

Browse files
authored
Merge pull request #3 from oslabs-beta/eliza-prtemplate
Add Pull Request Template
2 parents 193d965 + bf6c529 commit 79f1963

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+
<!-- Please include the following information:
4+
- A summary of the changes and the related issue.
5+
- Relevant motivation and context.
6+
- Any dependencies that are required for this change.
7+
-->
8+
9+
## Type of Change
10+
11+
Please check the options that apply
12+
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
- [ ] This change requires a documentation update
17+
18+
# How Has the Changes Been Tested?
19+
20+
<!--
21+
Please describe the tests that you ran to verify your changes.
22+
Provide instructions so we can reproduce.
23+
Please also list any relevant details for your test configuration
24+
-->
25+
26+
# Checklist:
27+
28+
- [ ] My code follows the style guidelines of this project
29+
- [ ] I have performed a self-review of my code
30+
- [ ] I have commented my code properly, particularly in hard-to-understand areas
31+
- [ ] I have made corresponding changes to the documentation
32+
- [ ] My changes generate no new warnings
33+
- [ ] I have added tests that prove my fix is effective or that my feature works
34+
- [ ] New and existing unit tests pass locally with my changes
35+
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)