diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1cbcf307c..a0878d3de 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,12 +5,24 @@ Make sure the base repository is `rootstrap/react-native-template` BEFORE creati ❌❌❌ --> +#### Jira board reference: + +- [Jira_Card_Name](https://rootstrap.atlassian.net/browse/ABC-123) + +--- + ## What does this do? +--- + ## Why did you do this? + +- [ ] Tested on iOS +- [ ] Tested on Android +- [ ] Tested on a small device +- [ ] Tested on a real device +- [ ] Tested all flows related with this PR changes +- [ ] Tested accessibility +- [ ] Added tests + +--- + +#### Notes: + + + +--- + +## **Screenshots / Previews** + + + + + +🧑‍🎨 **Figma Design**: + + + +📱 **Android**: + + + +📱 **iOS**: + + diff --git a/cli/setup-project.js b/cli/setup-project.js index 74bc36582..8d644ec11 100755 --- a/cli/setup-project.js +++ b/cli/setup-project.js @@ -130,7 +130,7 @@ const updateGitHubWorkflows = (projectName) => { fileName: '.github/PULL_REQUEST_TEMPLATE.md', replacements: [ { - searchValue: /^[\s\S]*?(?=## What does this do\?)/, + searchValue: /^[\s\S]*?(?=#### Jira board reference:)/, replaceValue: '', }, ],