diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f88a19d3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ +# rocprofiler-systems Pull Request + +## Related Issue + +- [ ] Closes # + +## What type of PR is this? (check all that apply) + +- [ ] Bug Fix +- [ ] Cherry Pick +- [ ] Continuous Integration +- [ ] Documentation Update +- [ ] Feature +- [ ] Optimization +- [ ] Refactor +- [ ] Other (please specify) + +## Technical Details + + +## Have you added or updated tests to validate functionality? + +- [ ] Yes +- [ ] No - does not apply to this PR + +## Added / Updated documentation? + +- [ ] Yes +- [ ] No - does not apply to this PR + +## Have you updated CHANGELOG? + +- [ ] Yes +- [ ] No - does not apply to this PR