Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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/).
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/).

## Meet the maintainers team

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

### Coordination around issues

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

We use GitHub Projects to:
* Track progress on [accessibility](https://github.com/orgs/suitenumerique/projects/19)
Expand All @@ -83,8 +83,8 @@ For the CI to pass contributors are required to:
* [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`.
* use a special formatting for their commits (see instructions below)
* check the linting: `make lint && make frontend-lint`
* Run the tests: `make test` and make sure all require test pass (we can't merge otherwise)
* add a changelog entry (not required for small changes
* Run the tests: `make test` and make sure all required tests pass (we can't merge otherwise)
* add a changelog entry (not required for small changes)

### Pull requests

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

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

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

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

Expand Down
Loading