From 52bb1636052cd4a7ae1c00b9498b4ced2be9d05a Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Tue, 4 Jul 2023 11:25:02 +0200 Subject: [PATCH] git: added topic PR template --- .github/PULL_REQUEST_TEMPLATE/new_topic.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/new_topic.md diff --git a/.github/PULL_REQUEST_TEMPLATE/new_topic.md b/.github/PULL_REQUEST_TEMPLATE/new_topic.md new file mode 100644 index 0000000000..7684b916c4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_topic.md @@ -0,0 +1,10 @@ +## Describe your changes + +## Indicate on which other PRs this topic is based on + +## Checklist before merging to `draft` +- [ ] I have checked that the following e2e test are working locally + - `masp_incentives` + - `masp_txs_and_queries` + - `proposal_submission` +- [ ] I have added a changelog \ No newline at end of file