From 481817e30153f3ef634e1cee0ef2dfeda4196b7f Mon Sep 17 00:00:00 2001 From: Maxime David Date: Sat, 3 May 2025 12:07:17 +0100 Subject: [PATCH 1/2] feat: add PR template for runtime addition --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/pull_request_template.md 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 From 0b8044daf5e81b0baed3ce90bc04dd53f5af101f Mon Sep 17 00:00:00 2001 From: Maxime David Date: Sat, 3 May 2025 12:09:48 +0100 Subject: [PATCH 2/2] fix: casing --- .github/{pull_request_template.md => PULL_REQUEST_TEMPLATE.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{pull_request_template.md => PULL_REQUEST_TEMPLATE.md} (100%) diff --git a/.github/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md