1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +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

9
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,9 @@
# Code Contribution Guidelines
Thank you for your interest in contributing! Please see the [Focalboard Contribution Guide](https://www.focalboard.com/contribute/getting-started/) which describes the process for making code contributions, and [join our Focalboard community channel](https://community.mattermost.com/core/channels/focalboard) to ask questions from community members and the core team.
When you submit a pull request, it goes through a [code review process outlined here](https://www.focalboard.com/contribute/getting-started/code-review/).
# Bug reports
Please file a [GitHub issue](https://github.com/mattermost/focalboard/issues) if anything isn't working the way you expect.

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.