First off, thanks for taking the time to contribute!:+1: We welcome contributions to this repository from anyone, however, make sure you have read through this document. Any issues or pull requests that do not adhere to these guidelines will not be under consideration.:tada:
As contributors and maintainers of this project, we expect our community to be harrasment-free for everyone. We hope every interaction is of high standard through welcoming, respectful language. Additionally, it is of the maintainer's responsibility to clarify and address any unacceptable and abusive behavior. This Code of Conduct will be updated continuously and applies to all project spaces. More details regarding the Code of Conduct will be updated.
No affiliate links will and should be linked in any part of this project.
Any contribution that fixes a typo, implements a feature, enhances documentation, etc is welcome. However, be sure to follow these guidelines to ensure you are properly submitting an issue and resolving an issue.
After substantial contributions and help in the community, @tabaddor will invite collaborators to the repo. Only @tabaddor may decide upon invitations.
First, fork the repository and clone your fork.
$ git clone https://github.com/<YOUR-USERNAME>/av-guide
Set the upstream. This allows you to fetch any changes from the master repository and update your local and forked repositories.
$ git remote add upstream https://github.com/tabaddor/av-guide
To fetch from master, simply type $ git fetch upstream
Before making any changes on your local setup, first create a new branch:
$ git checkout -b <new-branch-name>
Make your source code changes, commit and push to origin:
$ git add .
$ git commit -S -m "commit message"
$ git push -u origin master
For more information, check this out.
First time contributors are very much welcome! Please look for the good first issue
label which can be found here!
Subject to change, but, we want to become the ultimate, free, ever-growing resource for computer science students and software engineers to develop foundational skills when working on autonomous systems. 😎✌️
Lorem Ipsum Dolor. Update soon.