1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-06 09:19:31 +02:00

Add contributing.md

This commit is contained in:
Chen-I Lim
2021-03-04 09:40:53 -08:00
parent 3043401027
commit c185f2fdd4
2 changed files with 13 additions and 0 deletions

View File

@@ -61,3 +61,7 @@ Before checking-in commits, run: `make ci`, which is simlar to the ci.yml workfl
* Webapp eslint: `cd webapp; npm run check`
* Webapp unit tests: `cd webapp; npm run test`
* Webapp UI tests: `cd webapp; npm run cypress:ci`
## Contributing
Contribute code, bug reports, and ideas to the future of the Focalboard project. We welcome your input! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to get involved.