Skip to content

Commit 44921d5

Browse files
author
Bogusevschi, Silviu
committed
meta: update pull request template
1 parent 634116a commit 44921d5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/pull_request_template.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,25 @@ Fixes # (github issue)
66

77
# Checklist
88

9-
## Code-change submissions
9+
## General
1010

11-
- [ ] Do all unit and benchdnn tests (`make test` and `make test_benchdnn_*`) pass locally?
11+
- [ ] Do all unit and benchdnn tests (`make test` and `make test_benchdnn_*`) pass locally for each commit?
1212
- [ ] Have you formatted the code using clang-format?
1313

14+
## Performance improvements
15+
16+
- [ ] Have you submitted performance data that demonstrates performance improvements?
17+
1418
### New features
1519

20+
- [ ] Have you published an RFC for the new feature?
21+
- [ ] Was the RFC approved?
1622
- [ ] Have you added relevant tests?
17-
- [ ] Have you provided motivation for adding a new feature?
1823

1924
### Bug fixes
2025

21-
- [ ] Have you added relevant regression tests?
2226
- [ ] Have you included information on how to reproduce the issue (either in a github issue or in this PR)?
27+
- [ ] Have you added relevant regression tests?
2328

2429
## [RFC](https://github.com/oneapi-src/oneDNN/tree/rfcs) PR
2530

0 commit comments

Comments
 (0)