Add contributing.md

This commit is contained in:
phntxx 2021-08-02 13:47:57 +02:00
parent fa28f68551
commit cc73be782b

6
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,6 @@
# Contributing to this repository
There are a few things to keep in mind when contributing:
- We're using Prettier, so make sure to either format your code using `yarn prettier --write`, or by installing an extension for your editor to auto-format everything.
- We're using the React testing library for testing and CircleCI for CI/CD. Please ensure that the tests pass with your contribution, either by adding sufficient test coverage to your contribution or by modifying existing tests for sufficient coverage (that is if your contribution modifies existing code).