Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.57 KB

contributing.md

File metadata and controls

43 lines (29 loc) · 1.57 KB

Contributing

Hi there! We're thrilled that you'd like to contribute to our project. Your help is essential for keeping it great.

Opening an issue

Thank you for taking the time to open an issue, your feedback helps make Our project better. Before opening an issue, please be sure that your issue hasn't already been asked by using GitHub search

Here are a few things that will help us help resolve your issues:

  • A descriptive title that gives an idea of what your issue refers to
  • A thorough description of the issue, (one word descriptions are very hard to understand)
  • Screenshots (if appropriate)
  • Links (if appropriate)

Submitting a pull request

  • Clone the repository using :

    git clone --recursive [email protected]:atom-robotics-lab/eYRC_HB_1134.git

    We need to use the --recursive tag since it uses submodules for the themes.

  • Refer to the section below if your task requires you to make changes to the project.

  • Fork the repo and Create a new branch:

     git checkout -b my-branch-name
  • Make changes, commit and Push to your branch. Submit a Pull Request

  • Wait for your pull request to be reviewed and merged!

Resources