Changeset 13782 for trunk/docs/contributor/README.md
- Timestamp:
- 03/30/2024 05:49:33 AM (22 months ago)
- File:
-
- 1 edited
-
trunk/docs/contributor/README.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/contributor/README.md
r13746 r13782 1 1 # Contributor Handbook 2 2 3 Welcome to the BuddyPress Contributor Handbook. 3 Welcome to the BuddyPress Contributor Handbook. As an [open source project](./project/README.md), BuddyPress can accept changes from anybody in the world. If your goal is to learn faster collaborating with others or simply improve the software you use to power your WordPress site's community area, this is a good place to find some guidance to help you make your first contributions. Contributing to BuddyPress can be as simple as [fixing typos](./code/README.md) or updating [documentation](./documentation/README.md). 4 4 5 - [About the BuddyPress open source project](./project/README.md) 6 - [Contribute to documentation](./documentation/README.md) 7 - Contribute to translation 8 - Contribute to tests 9 - [Contribute to code](./code/README.md) 5 > [!IMPORTANT] 6 > Our software is maintained by volunteers just like you. It is vital for the current and future success of BuddyPress to have a healthy group of contributors. Please consider being one of them! 7 8 ## Contribute to documentation 9 10 Help improve BuddyPress documentation by writing some new helping resources or updating existing material on the [BuddyPress Documentation Handbooks](./documentation/README.md). Our documentation is volunteer-led and is driven by community contributions, we encourage everyone to get involved and help improve how we all can enjoy BuddyPress. 11 12 ## Support Forums 13 14 The most valuable way to contribute to BuddyPress is to help others learning how to use the software, on our [support forums](https://buddypress.org/support/). 15 16 ## Test & Report Bugs 17 18 Testing BuddyPress [beta](https://buddypress.org/tag/beta/) releases for issues is critical to developing the software and ensuring its quality. It is the key to a safe upgrade for you and every BuddyPress users. It’s also a meaningful way for anyone to contribute — whether you have coding experience or not. If you think you’ve found a bug, it’s a good idea to search Trac first to see if a ticket already exists that you could contribute to. Otherwise, go ahead and open a [new ticket](https://buddypress.trac.wordpress.org/newticket)! 19 20 Never written a bug report? The [WordPress Core Contributor Handbook](https://make.wordpress.org/core/handbook/) has an excellent guide on what to do [before you report a bug and how to write a good bug report](https://make.wordpress.org/core/handbook/testing/reporting-bugs/#before-you-report-a-bug). 21 22 ## Translate BuddyPress 23 24 Become a [Translation Contributor](https://make.wordpress.org/polyglots/handbook/translating/glotpress-translate-wordpress-org/) translating BuddyPress into your language or improving existing translated texts. Choose your preferred language e.g. [French](https://translate.wordpress.org/locale/fr/default/wp-plugins/buddypress/). Then select ‘[Stable (latest release)](https://translate.wordpress.org/projects/wp-plugins/buddypress/stable/fr/default/)’ or ‘[Development (trunk)](https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/fr/default/)’ and start submitting your contributions. 25 26 ## Contribute with Code 27 28 You are very welcome to join us to work on making the plugin as great as possible : every enhancement and each improvement depends on the community. This [Quick Start Guide](./code/README.md) to contributing code to BuddyPress Core is where you can find the resources needed to take you through the process of submitting your [first patch](https://github.com/buddypress/buddypress/blob/master/docs/contributor/code/README.md#patching-buddypress) or your [first pull request](https://github.com/buddypress/buddypress/blob/master/docs/contributor/code/README.md#including-your-fix-into-a-pull-request). 29 30 ## Chat with us joining our Contribution meetings 31 32 BuddyPress contribution meetings happen on Wednesdays at the [#buddypress](https://wordpress.slack.com/messages/buddypress) channel on [WordPress.org Slack](https://make.wordpress.org/chat/). To check the scheduled time, see the sidebar on the [BP Team's Blog](https://bpdevel.wordpress.com/). 33 34 _Have fun contributing to BuddyPress_ 😅
Note: See TracChangeset
for help on using the changeset viewer.