A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
- Run the project on your system and look for any bug fixes.
- You can make any change, If it works and good for the app, it will be merged.
- Make sure you follow the Hacktoberfest guidelines.
- Make Sure you commit your changes in a new branch.
- Make Sure you Give proper name to your files describing the addition.
- Also Make Sure to put comments in your code wherever necessary.
- While raising the PR, show the before and after of the changes in the Application.
-
Drop a ⭐ on the Github repository (optional)
-
Before Contribute Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md
-
Create an issue of the project or a feature you would like to add in the project and get the task assigned for youself.(Issue can be any bug fixes or any feature you want to add in this project).
-
Fork the repo to your Github.
-
Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link:
git clone https://github.com/fabiohcnobre/SNRHos -
Create a branch using below command.
git branch <your branch name> -
Checkout to your branch.
git checkout <your branch name> -
Add your code in your local machine folder.
git add . -
Commit your changes.
git commit -m"<add your message here>" -
Push your changes.
git push --set-upstream origin <your branch name> -
Make a pull request! (compare your branch with the owner main branch)
