Skip to content

Commit 6c96e98

Browse files
πŸ“ Wrap stable in backticks in documentation
1 parent 993382d commit 6c96e98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ž.github/CONTRIBUTING.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This consists of code-reviewing your own pull request, following guidelines foun
8181

8282
> Confirmation from UXers that the implementation complies with what was decided during UX Refinement.
8383
84-
If the implementation of the issue resulted in visual changes - then it has to be UX reviewed. This is to make sure that the introduced changes align with the design system. We strive to have every issue that introduces visual changes UX reviewed. If this is not done and the changes are merged to stable, we might recieve issues about components not being properly aligned with the design system anymore from the users of Kirby.
84+
If the implementation of the issue resulted in visual changes - then it has to be UX reviewed. This is to make sure that the introduced changes align with the design system. We strive to have every issue that introduces visual changes UX reviewed. If this is not done and the changes are merged to `stable`, we might recieve issues about components not being properly aligned with the design system anymore from the users of Kirby.
8585

8686
## Before you get coding
8787

@@ -112,7 +112,7 @@ If you got an idea for a component that you think should be part of Kirby you sh
112112
- Create a pull request. If you created a draft PR during implementation you can just mark that as "ready for review".
113113
- Request that the pull request is code-reviewed.
114114
- Request that the pull request is [UX reviewed](#ux-review).
115-
- When the pull request has been approved it will be automatically merged to stable via [automerge](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request).
115+
- When the pull request has been approved it will be automatically merged to `stable` via [automerge](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request).
116116
5. **Celebrate! πŸŽ‰**
117117

118118
## Checklist: I have an enhancement

β€Ž.github/PULL_REQUEST_TEMPLATE.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ The following tasks should be carried out in sequence in order to follow [the pr
3030
- [ ] Request that the changes are code-reviewed
3131
- [ ] Request that the changes are [UX reviewed](https://github.com/kirbydesign/designsystem/blob/stable/.github/CONTRIBUTING.md/#ux-review) (only necessary if your PR introduces visual changes)
3232

33-
When the pull request has been approved it will be automatically merged to stable via [automerge](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request).
33+
When the pull request has been approved it will be automatically merged to `stable` via [automerge](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request).
3434

3535

0 commit comments

Comments
Β (0)