Changeset 13671 for trunk/docs/contributor/documentation/README.md
- Timestamp:
- 12/15/2023 05:25:25 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/docs/contributor/documentation/README.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/contributor/documentation/README.md
r13659 r13671 12 12 ## How to contribute to BuddyPress Docs? 13 13 14 **NB**: everything remains totally free !14 **NB**: everything remains totally free and opens to everyone! 15 15 16 ### Steps you need to accomplish once 16 The most important requirement is to have a [WordPress.org](https://wordpress.org) account. If you're not registered on WordPress.org yet, create a [WordPress.org account](https://login.wordpress.org/register?locale=en_US) & eventually link it to the [WordPress.org’s slack](https://make.wordpress.org/chat/) to chat with the BuddyPress team in the [#buddypress](https://wordpress.slack.com/messages/buddypress) channel. 17 17 18 1. If you're not registered on WordPress.org yet, create a [WordPress.org account](https://login.wordpress.org/register?locale=en_US) & eventually link it to the [WordPress.org’s slack](https://make.wordpress.org/chat/) to attend Docs Chat. 19 2. If you don't have a GitHub account yet, [sign up for one here](https://github.com/signup?source=header-repo&source_repo=buddypress%2Fbuddypress). 20 3. If you haven't added BuddyPress to your GitHub forks, [fork the BuddyPress GitHub repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo). 18 > [!NOTE] 19 > To write documentation resources so that they can be displayed immediately into the BuddyPress GitHub repository and synchronized with a documentation website of the [BuddyPress.org network](https://buddypress.org) (in a near future, once we have a v1 ready), you need to use the [GitHub Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) language. 21 20 22 ### Steps you need to accomplish for each of your contributions 21 That being said, if code writers are very comfortable with Markdown, GitHub and collobarating using Pull Requests, some of you might find it too complex. If so, no worries: our main challenge is to have an up to date **content** for our documentation resources. 22 23 ### Contributing without GitHub 24 25 You can use the writing tool of your choice as long as in the end the content you wrote can be exported into a Markdown file (having the `.md` file extension). 26 27 > [!TIP] 28 > An interesting free & WYSIWYG tool is [Dropbox Paper](https://paper.dropbox.com/) as it's possible to share a link to your content and/or export your content as a Markdown file. 29 30 Once your content is ready, share it with us submitting a [new ticket](https://buddypress.trac.wordpress.org/newticket) on our Trac environment making sure: 31 32 - your ticket description informs about: 33 - The link of the outdated page of the [BuddyPress Codex](https://codex.buddypress.org) if it exists. 34 - Where it should be inserted in your opinion. 35 - The link to the content you're suggesting (if it's hosted online). 36 - Where to insert attached screenshots into your content (if you attached images to the ticket). 37 - Other information you think are important. 38 - to choose the `Documentation` component in the corresponding selectbox 39 - to click on the `I have files to attach to this ticket` if you need to attach your `.md` file and/or screenshots. 40 41  42 43 Once submitted, your ticket will be reviewed by a member of the BuddyPress team. If everything is fine, this member will eventually craft a GitHub Pull Requests out of your content (which will be referenced inside your ticket) or directly add your documentation resource into the right `/docs` folder of the BuddyPress main repository. 44 45 ### Contributing with GitHub 46 47 1. If you don't have a GitHub account yet, [sign up for one here](https://github.com/signup?source=header-repo&source_repo=buddypress%2Fbuddypress). 48 2. If you haven't added BuddyPress to your GitHub forks, [fork the BuddyPress GitHub repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo). 23 49 24 50 Each contribution needs to be organized as a Pull Request (PR) to the BuddyPress GitHub main branch (master). If you're familiar with GitHub and use it locally along with your Favorite editor, it's the exact same process than pulling a request for a code contribution. 25 26 > [!IMPORTANT]27 > To write documentation resources, you need to use the [GitHub Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) language.28 51 29 52 The steps we're detailling below are explaining how you can still contribute to docs if you have no clue about GitHub thanks to their website features.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)