From 1b039240f5b5705ee5647e9ba05199826ca6d4d3 Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Thu, 9 Jul 2020 10:30:24 +0200 Subject: [PATCH] Update PR template with new branching strategy Branching strategy mentioned at https://contribute.mautic.org/contributing-to-mautic/developer/code/pull-requests#step-5-work-on-your-pull-request --- .github/PULL_REQUEST_TEMPLATE.md | 60 +++++++++++++++++--------------- 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3e0248329b1..e7abd0655ee 100755 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,36 +1,40 @@ -[//]: # ( Please be sure you are submitting this against the staging branch.) -[//]: # ( Any PR related to Mautic 2 issues are not relavant any more, please consider upgrading your code to the Mautic 3 series (staging branch).) -[//]: # ( Please answer the following questions: ) + +| Q | A +| -------------------------------------- | --- +| Branch? | staging for features or enhancements / 3.0 for bug fixes +| Bug fix? | yes/no +| New feature? | yes/no +| Deprecations? | yes/no +| BC breaks? | yes/no +| Automated tests included? | yes/no +| Related user documentation PR URL | mautic/mautic-documentation#... +| Related developer documentation PR URL | mautic/developer-documentation#... +| Issue(s) addressed | Fix #... -| Q | A -| --- | --- -| Bug fix? | -| New feature? | -| Automated tests included? | -| Related user documentation PR URL | -| Related developer documentation PR URL | -| Issues addressed (#s or URLs) | -| BC breaks? | -| Deprecations? | + -[//]: # ( Note that all new features should have a related user and/or developer documentation PR in their respective repositories. ) - -[//]: # ( Required: ) + #### Description: -[//]: # ( As applicable: ) -#### Steps to reproduce the bug: -1. -2. + #### Steps to test this PR: -1. Load up [this PR](https://m3.mautibox.com) +1. Load up [this PR](https://mautibox.com) 2. -#### List deprecations along with the new alternative: -1. -2. - -#### List backwards compatibility breaks: -1. -2. +