33 lines
1.6 KiB
Markdown
33 lines
1.6 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 and website in the [/website](/website) folder.
|
|
|
|
# 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)
|