Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.19 KB

CONTRIBUTING.md

File metadata and controls

74 lines (45 loc) · 2.19 KB

Contributing Guidelines

Hello! 👋

Thank you for contributing to this project. We are grateful for your contributions, and we are excited to welcome you aboard.

Please note we have a code of conduct, please follow it in all your interactions with the project. tl;dr Be nice. No harassment, trolling, or spamming.

Happy contributing!

Here are some ways you can help

  1. Pick an unassigned issue that you can work on
  2. Found a typo or grammar error? Feel free correct them
  3. Found a bug or just asking a question? Feel free to create an issue
  4. Contribute anything to help us improve this project

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub.

Requirements

This project is built with Gatsby.

Please make sure you have this installed on your machine:

Here are the steps to begin contributing

  1. Fork this repo

  2. Clone your forked repo

    git clone https://github.com/<your-github-username-here>/reactjsph-website.git
  3. Install dependencies

    Navigate into the site’s directory and install dependencies.

    cd reactjsph-website/
    yarn
    # or yarn install
  4. Create your branch

    git checkout -b <name-of-your-branch>
  5. Start developing

    yarn start
    # or yarn develop

    Site is now running at http://localhost:8000!

  6. Open the source code and start editing!

    If all things are good you can commit your changes and push them to your forked repo.

  7. Create a pull request


If you have some questions, message us at Messenger, if you haven't joined, join our Facebook group.

Not on Facebook? Join us on Discord.