diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..b0063ed6ab --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +# Pull Request Checklist + +## For New Runtime Additions +- [ ] Added the new runtime to the manifest.json file +- [ ] Updated `README.md` to reflect the new runtime +- [ ] Gave execution permission to `build.sh` +- [ ] If needed, updated `.github/dependabot.yml` + +## Description +*Please provide a clear and concise description of the changes made in this PR.* + +--- +By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. \ No newline at end of file