From 52bb1636052cd4a7ae1c00b9498b4ced2be9d05a Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Tue, 4 Jul 2023 11:25:02 +0200 Subject: [PATCH 1/2] 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 From b48b561d4cdc890a8e046f3f037d6bd676fdad9f Mon Sep 17 00:00:00 2001 From: Fraccaroli Gianmarco Date: Wed, 5 Jul 2023 10:44:06 +0200 Subject: [PATCH 2/2] Update .github/PULL_REQUEST_TEMPLATE/new_topic.md Co-authored-by: Tomas Zemanovic --- .github/PULL_REQUEST_TEMPLATE/new_topic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/new_topic.md b/.github/PULL_REQUEST_TEMPLATE/new_topic.md index 7684b916c4..8364cf2c64 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_topic.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_topic.md @@ -1,6 +1,6 @@ ## Describe your changes -## Indicate on which other PRs this topic is based on +## Indicate on which other PRs this topic is based on, if any ## Checklist before merging to `draft` - [ ] I have checked that the following e2e test are working locally