diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..b9e413e2dc3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ + + +Many thanks for submitting your Pull Request ❤️! + +Please make sure that your PR meets the following requirements: + +- [ ] You have read the [contributors guide](https://github.com/opendatahub-io/opendatahub-operator/blob/incubation/CONTRIBUTING.md) +- [ ] Pull Request contains description of the issue +- [ ] Pull Request contains link to the JIRA issue +- [ ] Pull Request contains link to any dependent or related Pull Request + +## Description + + +## JIRA issue: + + +## How Has This Been Tested? + + + + +## Screenshot or short clip: + + +## Merge criteria: + + + +- [ ] Have a meaningful commit messages. +- [ ] Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious). +- [ ] The developer has manually tested the changes and verified that the changes work