focalboard/CONTRIBUTING.md
Justine Geffen 801bc2cc13
Update CONTRIBUTING.md (#1342)
Updated with information about how to contribute to the docs.
2021-09-28 19:57:24 +02:00

34 lines
1.9 KiB
Markdown

# 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/).
# Updating Changelog
After a noteable bug fix or an improvement you've submitted is merged, please consider making a pull request to the [CHANGELOG.md](https://github.com/mattermost/focalboard/blob/main/CHANGELOG.md) under the next release section.
# Bug reports
Please file a [GitHub issue](https://github.com/mattermost/focalboard/issues) if anything isn't working the way you expect.
# Documentation
You can contribute to our documentation in the [Mattermost Boards documentation](https://docs.mattermost.com/guides/boards.html). Read more about how the contribution process works in the repo [README](https://github.com/mattermost/docs/blob/master/README.md). Visit the [Documentation Working Group channel](https://community.mattermost.com/core/channels/dwg-documentation-working-group) on our Community server if you have any questions!
# Contributors
**Quality Assurance Contributors**: Correctly files verified bug reports.
- [chenilim](https://github.com/chenilim)
**Community Organizers**: Responds with comments to Bug Reports, Issues, and Pull Requests with tags, edits and mentions to Core Committers and contributors.
- [it33](https://github.com/it33)
**Core Committers**: Updates project. Approves and merges pull requests from contributors.
- [chenilim](https://github.com/chenilim)
- [jespino](https://github.com/jespino)
- [coreyhulen](https://github.com/coreyhulen)