diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-10 23:00:06 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-10 23:00:06 +0200 |
| commit | 988ca1a3e364aa6e5377e3407c683eceddb88107 (patch) | |
| tree | 77fa3ba168ad0b6c7021ce92ca5a527f78744fc5 /CONTRIBUTING.md | |
| parent | 3d7e85099e73ff77fbd56515d0538c5a0ab60f1e (diff) | |
Remove dependencies
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d23261e..4bf32cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,9 +14,7 @@ core. Any improvements to performance and testing welcome. Above All: Be nice, always. -* Ensure the linter shows no warnings or errors -* Don't break the CI -* Make the PRs according to [Git Flow][gitflow]: (features go to - develop, hotfixes go to master) +* Run [quick-lint-js][quick-lint-js] before submitting. +* Ensure tests pass -[gitflow]: https://github.com/nvie/gitflow +[quick-lint-js]: https://quick-lint-js.com/ |