From 22c6f3c1b7de500ccef56e47c3c8f5866b6878c2 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:03:54 +1000 Subject: [PATCH] chore: add a checkbox for contribution policy (#3101) * chore: add a checkbox for contribution policy Removed type of change section from PR template. * Update contribution policy checklist item wording --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 000000000..021c6b2bb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +### Description + + + +Fixes # + +### Checklist: + +- [ ] I have read and understood the [Contribution policy](https://github.com/ajbura/cinny/blob/dev/CONTRIBUTING.md).