Skip to content

Commit c8e44dd

Browse files
ydndAntoLC
authored andcommitted
✏️(docs) fix typos in contributing guide
Correct minor wording and spelling mistakes in the contribution guidelines. Signed-off-by: ydnd <1843212188@qq.com>
1 parent 4585fd8 commit c8e44dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for taking the time to contribute! Please follow these guidelines to ensure a smooth and productive workflow. 🚀🚀🚀
44

5-
We appreciate and value all kind of contributions (code, bug reports, design, feature requests, translations or documentation) the more diverse the Docs contributors community is, the better, because that's how [we make commons](http://wemakecommons.org/).
5+
We appreciate and value all kinds of contributions (code, bug reports, design, feature requests, translations or documentation) the more diverse the Docs contributors community is, the better, because that's how [we make commons](http://wemakecommons.org/).
66

77
## Meet the maintainers team
88

@@ -60,7 +60,7 @@ The project is licensed with Mozilla Public License Version 2.0 but be aware tha
6060

6161
### Coordination around issues
6262

63-
We use use EPICs to group improvements on features. (See an [example](https://github.com/suitenumerique/docs/issues/1650))
63+
We use EPICs to group improvements on features. (See an [example](https://github.com/suitenumerique/docs/issues/1650))
6464

6565
We use GitHub Projects to:
6666
* Track progress on [accessibility](https://github.com/orgs/suitenumerique/projects/19)
@@ -83,8 +83,8 @@ For the CI to pass contributors are required to:
8383
* [sign their commits with your SSH or GPG key](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) with `git commit -S`.
8484
* use a special formatting for their commits (see instructions below)
8585
* check the linting: `make lint && make frontend-lint`
86-
* Run the tests: `make test` and make sure all require test pass (we can't merge otherwise)
87-
* add a changelog entry (not required for small changes
86+
* Run the tests: `make test` and make sure all required tests pass (we can't merge otherwise)
87+
* add a changelog entry (not required for small changes)
8888

8989
### Pull requests
9090

@@ -161,7 +161,7 @@ Please remember: LaSuite is maintained by humans for humans.
161161

162162
Using AI to help write, review, or improve your contribution is fine.
163163

164-
Please disclose AI usage in your PRs, we'll do it too and it'll save use us all some ankward conversations.
164+
Please disclose AI usage in your PRs, we'll do it too and it'll save us all some awkward conversations.
165165

166166
The rules are simple: **you must understand and be able to explain the code that you submit.**
167167

0 commit comments

Comments
 (0)