Skip to content

Commit ae6da89

Browse files
committed
Template for pull requests.
1 parent 15ba145 commit ae6da89

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Description
2+
A clear and concise description of what the feature or bug fix is intended to do.
3+
4+
# Implementation Strategy
5+
A clear and concise description of the implementation strategy.
6+
7+
# Pull Request Acceptance Criteria
8+
The following pull request review steps must be completed before merging:
9+
10+
- [ ] Code review for style, design, and accuracy
11+
- [ ] Unit test review for completeness and accuracy
12+
- [ ] Verification of Github CI/CD actions passing
13+
- [ ] Verification of external WLM tests passing
14+
- [ ] Review of documentation for proper content, build, and rendering
15+
- [ ] Review of examples for sufficient breadth and accuracy
16+
- [ ] Independent developer feature stress test
17+
- [ ] Prior to closing the associated issue, verify documentation and examples have been properly uploaded to ``craylabs.org`` and all CI/CD tests pass post merge

0 commit comments

Comments
 (0)