diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6744bee19999..f7e1c67721334 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,10 +19,13 @@ MariaDB Server has a vibrant community contributing in a wide range of areas. Th ----- - [Report bugs](https://jira.mariadb.org/) - Test development versions -- Write code to fix bugs or develop new features (see [Getting Started for Developers](https://mariadb.org/getting-started-for-developers)).See also [list of beginner friendly tasks](https://jira.mariadb.org/browse/MDEV-15736?jql=resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20beginner-friendly%20ORDER%20BY%20updated%20DESC) +- Fix bugs or develop new features - Help with code quality control -- Participate in packaging for different Linux distributions -- Coding standards for the main source code can be found in [CODING_STANDARDS.md](CODING_STANDARDS.md). +- Participate in packaging for different distributions + +Check the [list of beginner friendly tasks](https://jira.mariadb.org/browse/MDEV-15736?jql=resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20beginner-friendly%20ORDER%20BY%20updated%20DESC). Or talk to the [MariaDB developers](#engage-online-with-other-community-members). + +See also [Getting Started for Developers](https://mariadb.org/getting-started-for-developers). Coding standards for the main source code can be found in [CODING_STANDARDS.md](CODING_STANDARDS.md). ### Sponsor or donate ---