Skip to content

Commit e05e6b3

Browse files
authored
remove duplicate (#1574)
1 parent 25f2e79 commit e05e6b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/wiki/Contribution guide - Contribution flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ Once the contribution is implemented and the changes are pushed to your forked r
6565

6666
Finally, once your contribution is implemented and validated, open a PR for the CARML maintainers to review. Make sure you:
6767

68-
- Make sure you provide a meaningful PR title in the following format: `[<Category>] <PR title>`. For `[<Category>]` use one of the following, depending on which one is the primary improvement your PR intends to make:
68+
- Provide a meaningful PR title in the following format: `[<Category>] <PR title>`. For `[<Category>]` use one of the following, depending on which one is the primary improvement your PR intends to make:
6969
- `[Modules]`: For improvements to the CARML library.
7070
- `[CI environment]`: For improvements to the CI environment pipelines.
7171
- `[Static Validation]`: For improvements to global Pester tests.
7272
- `[Wiki]`: For improvements to the documentation.
7373
- `[Utilities]`: For improvements to the tools in the utilities.
7474
- `[Fixes]`: For bug fixes when not specifically related to any of the above categories.
75-
- Make sure you provide a meaningful PR description.
75+
- Provide a meaningful PR description.
7676
- Follow instructions you find in the PR template.
7777
- Set your Github handle as assignee.
7878
- Reference the issue number as per the [Create or pick up an issue](#create-or-pick-up-an-issue) step.

0 commit comments

Comments
 (0)