From 75ca1b470056a25d61072d7ed0d97419139a5a59 Mon Sep 17 00:00:00 2001 From: PortSwigger Wiener <136816696+PortSwiggerWiener@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:15:24 +0000 Subject: [PATCH] PR template. --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 0000000..f137b97 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +### BCheck Contributions + +* [ ] BCheck compiles and executes as expected +* [ ] BCheck contains appropriate metadata (name, version, author, description and appropriate tags) +* [ ] Only .bcheck files have been added or modified +* [ ] BCheck is in the appropriate folder +* [ ] PR contains single or limited number of BChecks (Multiple PRs are preferred) +* [ ] BCheck attempts to minimize false positives