Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a7db01

Browse files
committed
📝 docs(CONTRIBUTING.md): Update contribution guidelines due to change in project maintenance
The contribution guidelines have been updated to reflect the recent changes in the project's maintenance. As of September 15th, 2023, Mattermost, Inc. staff are no longer reviewing or merging pull requests for either Focalboard or the Mattermost Boards plugin in this repository. The community is encouraged to fork this repository for continued development and contributions. This change is due to Mattermost's decision to focus developer resources on improving the platform’s performance and core features. The list of contributors has been updated to 'Past maintainers'.
1 parent 3bec6bb commit 8a7db01

File tree

1 file changed

+20
-47
lines changed

1 file changed

+20
-47
lines changed

‎CONTRIBUTING.md‎

Lines changed: 20 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,20 @@
1-
# Code Contribution Guidelines
2-
3-
Thank you for your interest in contributing! Please read the [Focalboard Contribution Guide](https://developers.mattermost.com/contribute/focalboard/) to learn the process for making code contributions, and [join our Focalboard community channel](https://community.mattermost.com/core/channels/focalboard) to get help from community members and the core team.
4-
5-
When you submit a pull request, it goes through a code review process outlined [here](https://developers.mattermost.com/contribute/getting-started/code-review/).
6-
7-
After a noteable bug fix or improvement is merged, submit a pull request to the [CHANGELOG](CHANGELOG.md) under the next release section.
8-
9-
## Bug Reports
10-
11-
Please file a [GitHub issue](https://github.com/mattermost/focalboard/issues) if anything isn't working the way you expect.
12-
13-
## Documentation
14-
15-
You can contribute to the [Mattermost Boards documentation](https://docs.mattermost.com/guides/boards.html). Read more about how the contribution process works in the repository's [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!
16-
17-
## Contributors
18-
19-
**Core Committers**: Maintains the Focalboard project and has merge access to the repositories. They are responsible for reviewing pull requests, cultivating the developer community, and guiding the technical vision of Focalboard. If you have a question or need some help, these are the people to ask.
20-
21-
- **<a name="scott.bishel">Scott Bishel</a>**
22-
- @scott.bishel on [community.mattermost.com](https://community.mattermost.com/core/messages/@scott.bishel) and [@sbishel](https://github.com/sbishel) on GitHub
23-
- **<a name="jesĂşs.espino">JesĂşs Espino</a>**
24-
- @jesus.espino on [community.mattermost.com](https://community.mattermost.com/core/messages/@jesus.espino) and [@jespino](https://github.com/jespino) on GitHub
25-
- **<a name="doug.lauder">Doug Lauder</a>**
26-
- @doug.lauder on [community.mattermost.com](https://community.mattermost.com/core/messages/@doug.lauder) and [@wiggin77](https://github.com/wiggin77) on GitHub
27-
- **<a name="miguel.delacruz">Miguel de la Cruz</a>**
28-
- @miguel.delacruz on [community.mattermost.com](https://community.mattermost.com/core/messages/@miguel.delacruz) and [@mgdelacroix](https://github.com/mgdelacroix) on GitHub
29-
- **<a name="harshil.sharma">Harshil Sharma</a>**
30-
- @harshil.sharma on [community.mattermost.com](https://community.mattermost.com/core/messages/@harshil.sharma) and [@harshilsharma63](https://github.com/harshilsharma63) on GitHub
31-
- **<a name="chen.lim">Chen Lim</a>**
32-
- @chen-i.lim on [community.mattermost.com](https://community.mattermost.com/core/messages/@chen-i.lim) and [@chenilim](https://github.com/chenilim) on GitHub
33-
34-
**Quality Assurance**: Checks quality of code and verifies bug fixes.
35-
36-
- **<a name="ogi.marusic">Ogi Marušić</a>**
37-
- @ogi.marusic on [community.mattermost.com](https://community.mattermost.com/core/messages/@ogi.marusic) and [@ogi-m](https://github.com/ogi-m) on GitHub
38-
39-
**Community Organizers**: Responds with comments to bug reports, issues, and pull requests with tags, edits and mentions to core committers and contributors.
40-
41-
- **<a name="winson.wu">Winson Wu</a>**
42-
- @winson.wu on [community.mattermost.com](https://community.mattermost.com/core/messages/@winson.wu) and [@wuwinson](https://github.com/wuwinson) on GitHub
43-
44-
**Documentation**: Verifies documentation changes and updates documentation for new features.
45-
46-
- **<a name="justine.geffen">Justine Geffen</a>**
47-
- @justine.geffen on [community.mattermost.com](https://community.mattermost.com/core/messages/@justine.geffen) and [@justinegeffen ](https://github.com/justinegeffen) on GitHub
1+
# Disclaimer
2+
3+
> [!WARNING]
4+
> **Effective September 15th, 2023, Mattermost, Inc. staff are no longer reviewing or merging pull requests for either Focalboard or the Mattermost Boards plugin in this repository (`mattermost/focalboard`). We encourage the community to fork this repository for continued development and contributions.**
5+
>
6+
> The reason behind these changes is to focus Mattermost developer resources on improving the platform’s performance and core features to ensure Mattermost continues being resilient, stable, and best-in-breed for critical operations.
7+
>
8+
> ️💡 [Learn more](https://forum.mattermost.com/t/upcoming-product-changes-to-boards-and-various-plugins/16669)
9+
10+
## Past maintainers
11+
12+
- **Scott Bishel**: [@sbishel](https://github.com/sbishel)
13+
- **JesĂşs Espino**: [@jespino](https://github.com/jespino)
14+
- **Doug Lauder**: [@wiggin77](https://github.com/wiggin77)
15+
- **Miguel de la Cruz**: [@mgdelacroix](https://github.com/mgdelacroix)
16+
- **Harshil Sharma**: [@harshilsharma63](https://github.com/harshilsharma63)
17+
- **Chen Lim**: [@chenilim](https://github.com/chenilim)
18+
- **Ogi Marušić**: [@ogi-m](https://github.com/ogi-m)
19+
- **Winson Wu**: [@wuwinson](https://github.com/wuwinson)
20+
- **Justine Geffen**: [@justinegeffen](https://github.com/justinegeffen)

0 commit comments

Comments
 (0)