Skip to content

Commit

Permalink
github: pr_template: add submission checklist
Browse files Browse the repository at this point in the history
Add the submission checklist into the PR checklist.

This aims to ease the review process, since most of the topics are
anyways required and repeated all over again through personal
review.

Signed-off-by: Antoniu Miclaus <[email protected]>
  • Loading branch information
amiclaus authored and buha committed Feb 28, 2025
1 parent 7625d89 commit 4e3ef9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ If this PR contains a breaking change, list dependent PRs and try to push all re

## PR Checklist
- [ ] I have followed the [Coding style guidelines](http://analogdevicesinc.github.io/no-OS/drivers_guide.html#coding-style)
- [ ] I have complied with the [Submission Checklist](http://analogdevicesinc.github.io/no-OS/contributing.html#submission-checklist)
- [ ] I have performed a self-review of the changes
- [ ] I have commented my code, at least hard-to-understand parts
- [ ] I have build all projects affected by the changes in this PR
Expand Down

0 comments on commit 4e3ef9f

Please sign in to comment.