Skip to content

Commit be01ac0

Browse files
authored
Merge branch 'main' into release/v0.3.0
Signed-off-by: Ash Shaw <[email protected]>
2 parents b8d41f0 + f5b7a7e commit be01ac0

38 files changed

+7815
-31
lines changed

.github/PULL_REQUEST_TEMPLATE/pr_bug.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ User-facing notes only. Internal-only PRs (rare) may use the skip-changelog labe
5757
Example:
5858
### Changed
5959
- Switched to action/cache@v3 for build speedup. (Relates to #789)
60+
### Fixed
61+
- Correct VAT rounding on order totals in EU regions. (Fixes #456, @alice)
6062
-->
6163

6264
### Added
@@ -83,6 +85,24 @@ Example:
8385
- [placeholder]
8486
-->
8587

88+
### Changed
89+
90+
<!--
91+
- [placeholder]
92+
-->
93+
94+
### Fixed
95+
96+
<!--
97+
- [placeholder]
98+
-->
99+
100+
### Removed
101+
102+
<!--
103+
- [placeholder]
104+
-->
105+
86106
<!--
87107
If no user-facing changelog entry is needed, apply the skip-changelog label to this PR.
88108
-->

.github/PULL_REQUEST_TEMPLATE/pr_chore.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ User-facing notes only. Internal-only PRs (rare) may use the skip-changelog labe
5050
Example:
5151
### Changed
5252
- Switched to action/cache@v3 for build speedup. (Relates to #789)
53+
- Updated CI config for improved cache usage. (Relates to #789)
5354
-->
5455

5556
### Added
@@ -76,12 +77,31 @@ Example:
7677
- [placeholder]
7778
-->
7879

80+
### Changed
81+
82+
<!--
83+
- [placeholder]
84+
-->
85+
86+
### Fixed
87+
88+
<!--
89+
- [placeholder]
90+
-->
91+
92+
### Removed
93+
94+
<!--
95+
- [placeholder]
96+
-->
97+
7998
<!--
8099
If no user-facing changelog entry is needed, apply the skip-changelog label to this PR.
81100
-->
82101

83102
---
84103

104+
85105
### Checklist (Global DoD / PR)
86106

87107
- [ ] All AC met and demonstrated

.github/PULL_REQUEST_TEMPLATE/pr_ci.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ If no user-facing changelog entry is needed, apply the skip-changelog label to t
8989

9090
---
9191

92+
9293
### Checklist (Global DoD / PR)
9394

9495
- [ ] All AC met and demonstrated

.github/PULL_REQUEST_TEMPLATE/pr_dep_update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ If no user-facing changelog entry is needed, apply the skip-changelog label to t
7979

8080
---
8181

82+
8283
### Checklist (Global DoD / PR)
8384

8485
- [ ] All AC met and demonstrated

.github/PULL_REQUEST_TEMPLATE/pr_docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ If no user-facing changelog entry is needed, apply the skip-changelog label to t
7777

7878
---
7979

80+
8081
### Checklist (Global DoD / PR)
8182

8283
- [ ] All AC met and demonstrated

.github/PULL_REQUEST_TEMPLATE/pr_feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Example:
5858
If no user-facing changelog entry is needed, apply the skip-changelog label to this PR.
5959
-->
6060

61-
---
61+
### Removed
6262

6363
### Checklist (Global DoD / PR)
6464

.github/PULL_REQUEST_TEMPLATE/pr_hotfix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Example:
6565
If no user-facing changelog entry is needed, apply the skip-changelog label to this PR.
6666
-->
6767

68-
---
68+
- [placeholder]
6969

7070
### Checklist (Global DoD / PR)
7171

.github/PULL_REQUEST_TEMPLATE/pr_refactor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ If no user-facing changelog entry is needed, apply the skip-changelog label to t
8989

9090
---
9191

92+
9293
### Checklist (Global DoD / PR)
9394

9495
- [ ] All AC met and demonstrated

.github/PULL_REQUEST_TEMPLATE/pr_release.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Example:
6060
If no user-facing changelog entry is needed, apply the skip-changelog label to this PR.
6161
-->
6262

63-
---
64-
6563
### Checklist (Global DoD / PR)
6664

6765
- [ ] All AC met and demonstrated

.github/pull_request_template.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,3 @@ Include:
146146
- [ ] Testing instructions provided above
147147

148148
---
149-
150-
## References
151-
152-
- [Contribution Guidelines](../CONTRIBUTING.md)
153-
- [Branching Strategy](../docs/BRANCHING_STRATEGY.md)
154-
- [Automation Governance](../docs/AUTOMATION_GOVERNANCE.md)
155-
- [PR Labels](../docs/PR_LABELS.md)
156-
- [Saved Replies](./SAVED_REPLIES.md)
157-
- [Labeler Config](./labeler.yml)
158-
- [Labels](./labels.yml)
159-
- [Issue Types](./issue-types.yml)
160-
161-
---

0 commit comments

Comments
 (0)