Skip to:
Content

BuddyPress.org

Ticket #9119: 9119.patch

File 9119.patch, 2.1 KB (added by shailu25, 2 years ago)

Patch added

  • docs/contributor/documentation/README.md

    diff --git a/docs/contributor/documentation/README.md b/docs/contributor/documentation/README.md
    index e55e0dcd2..20d2c91b9 100644
    a b The most important requirement is to have a [WordPress.org](https://wordpress.or 
    1818> [!NOTE]
    1919> 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.
    2020
    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.
     21That being said, if code writers are very comfortable with Markdown, GitHub and collaborating 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.
    2222
    2323### Contributing without GitHub
    2424
    Once submitted, your ticket will be reviewed by a member of the BuddyPress team. 
    4949
    5050Each 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.
    5151
    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.
     52The steps we're detailing below are explaining how you can still contribute to docs if you have no clue about GitHub thanks to their website features.
    5353
    5454> [!IMPORTANT]
    5555> Below steps need to be accomplished from your BuddyPress GitHub fork.