[X] I have updated the title without removing the 🚧 emoji.
Description
Add 2 more checkboxes to all 4 PR templates. These checkboxes will describe to the user to make sure that the project and milestones between the PR and issue match.
Checkboxes To Add:
- [ ] Project assigned matches the project of the associated issue.
- [ ] Milestone assigned matches the milestone of the associated issue.
💡Make sure to add a single empty line between each checkbox.
💡Make sure that the order of the checkboxes is the "project" first, then the "milestone"
Templates To Update:
feature-pr-template.md
preview-feature-pr-template.md
preview-release-pr-template.md
production-release-pr-template.md
For the feature-pr-template.md and preview-feature-pr-template.md, insert the 2 new checkboxes in the location shown below:
- [ ] The **_base(target)_** branch for this pull request is a **_development_** branch with the name **_develop_**.
- A **_base(target)_** branch is the branch that the **_head(source)_** branch is merging into.
- [ ] Pull request title matches the title of the linked issue.
👉🏼 INSERT CHECKBOXES HERE
For the preview-release-pr-template.md, insert the 2 new checkboxes in the location shown below:
- [ ] Associated issue exists and is linked to this pull request.👈🏼INSERT TASK HERE
- One issue per pull request.
- [ ] Pull request title matches the example below, using the correct version.
<details closed><summary>Example</summary>
``` xml
Syntax: 🚀Release To Preview - v<major>.<minor>.<patch>-preview.<prev-num>
Example: 🚀Release To Preview - v1.2.3-preview.4
👉🏼 INSERT CHECKBOXES HERE
For the `production-release-pr-template.md`, insert the 2 new checkboxes in the location shown below:
```md
- [ ] Associated issue exists and is linked to this pull request.👈🏼INSERT TASK HERE
- One issue per pull request.
- [ ] Pull request title matches the example below, using the correct version.
<details closed><summary>Example</summary>
``` xml
Syntax: 🚀Release To Production - v<major>.<minor>.<patch>
Example: 🚀Release To Production - v1.2.3
👉🏼 INSERT CHECKBOXES HERE
Also make a small change to the `feature-pr-template.md` template by updating the checkbox below
```diff
- - [ ] Pull request title matches the title of the linked issue.
+ - [ ] Pull request title matches the title of the associated issue.
Acceptance Criteria
[x] The template feature-pr-template.md update.
[x] The template preview-feature-pr-template.md update.
[x] The template preview-release-pr-template.md update.
[x] The template production-release-pr-template.md update.
ToDo Items
[x] Change type labels added to this issue. Refer to the Change Type Labels section below.
[x] Priority label added to this issue. Refer to the Priority Type Labels section below.
[x] Issue linked to the correct project (if required).
[x] Issue linked to the correct milestone (if required).
[x] Draft pull request created and linked to this issue (only required with code changes).
Complete The Item Below
Description
Add 2 more checkboxes to all 4 PR templates. These checkboxes will describe to the user to make sure that the project and milestones between the PR and issue match.
Checkboxes To Add:
💡Make sure to add a single empty line between each checkbox. 💡Make sure that the order of the checkboxes is the "project" first, then the "milestone"
Templates To Update:
feature-pr-template.md
preview-feature-pr-template.md
preview-release-pr-template.md
production-release-pr-template.md
For the
feature-pr-template.md
andpreview-feature-pr-template.md
, insert the 2 new checkboxes in the location shown below:For the
preview-release-pr-template.md
, insert the 2 new checkboxes in the location shown below:👉🏼 INSERT CHECKBOXES HERE
👉🏼 INSERT CHECKBOXES HERE
Acceptance Criteria
feature-pr-template.md
update.preview-feature-pr-template.md
update.preview-release-pr-template.md
update.production-release-pr-template.md
update.ToDo Items
Issue Dependencies
No response
Related Work
No response
Additional Information:
Change Type Labels
Priority Type Labels
Code of Conduct