You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Thank you for taking the time to contribute! Please follow these guidelines to ensure a smooth and productive workflow. 🚀🚀🚀
4
4
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/).
6
6
7
7
## Meet the maintainers team
8
8
@@ -60,7 +60,7 @@ The project is licensed with Mozilla Public License Version 2.0 but be aware tha
60
60
61
61
### Coordination around issues
62
62
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))
64
64
65
65
We use GitHub Projects to:
66
66
* Track progress on [accessibility](https://github.com/orgs/suitenumerique/projects/19)
@@ -83,8 +83,8 @@ For the CI to pass contributors are required to:
83
83
*[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`.
84
84
* use a special formatting for their commits (see instructions below)
85
85
* 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)
88
88
89
89
### Pull requests
90
90
@@ -161,7 +161,7 @@ Please remember: LaSuite is maintained by humans for humans.
161
161
162
162
Using AI to help write, review, or improve your contribution is fine.
163
163
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.
165
165
166
166
The rules are simple: **you must understand and be able to explain the code that you submit.**
0 commit comments