From c06060c69bd2c3d25ff7a55a6cff442be37b9c7c Mon Sep 17 00:00:00 2001 From: Simon Dosch Date: Fri, 3 Nov 2023 15:56:14 +0100 Subject: [PATCH] create PR template --- .github/PULL_REQUEST_TEMPLATE.md | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 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..32b0d93 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +# Pull Request + +## Description + +Please include a summary of the change and which issue is fixed. Also, include relevant motivation and context. List any dependencies that are required for this change. + +Fixes # (issue) + +### How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. + +## Checklist: + +Before deployment + +- [ ] 100% test and branch coverage +- [ ] fuzz and invariant tests when applicable +- [ ] deployment or update scripts ready +- [ ] version management agreed upon and implemented +- [ ] documentation of work in Jira or Notion +- [ ] internal team review +- [ ] **Security Team review** + + +After deployment + +- [ ] Update [static](https://github.com/maticnetwork/static/tree/master/network) with new contract address and/or version +- [ ] create release if necessary + +### Additional context + +Add any other context about the pull request here. \ No newline at end of file