Hey there!
Glad to have your here. Appreciate you for choosing this project. Here are some guidelines about contributing to the project that will surely make your journey seem effortless.
Let's get started then!
- Find a pre-existing issue or create a new one if you'd like to suggest changes.
- Wait for the task to be assigned to you.
- Once the task is assigned to you, fork the project in your system to create a replica to the project.
- Open the terminal and create a clone of the project to download all the files of the project.
git clone https://github.com/<user-name>/drowsiness-detection.git
cd <repository-name>
- Make sure you are on the correct branch(test)
git checkout <branch-name>
- Resolve the issue that has been assigned to you.
- After the changes have been made to initial code, add these changes to original project.
git add .
- Once the changes are in the staging area, you can commit these changes.
git commit -m "your message"
- Once the changes have been committed, it's time to upload the changes to your repository
git push
- It's about time that you take your final step towards contribution. Make a pull request.