Skip to content

Latest commit

 

History

History
102 lines (67 loc) · 2.69 KB

CONTRIBUTING.md

File metadata and controls

102 lines (67 loc) · 2.69 KB

CONTRIBUTING OVERVIEW

PRs Welcome Open Source Love License

You want to contribute to web3community project?. Please do! Thanks for your help in improving the project! ✨

🚀 How to Contribute

  • Please create an issue first before creating a Pull request.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what changes you have done.

🤔 How to make a pull request:

1. Fork this repository. Click on the symbol at the top right corner.


2. Clone the forked repository.

git clone https://github.com/<your-username>/blockchain-dev-path.git

3. Navigate to the project directory.

cd blockchain-dev-path

4. Create a new branch:

git checkout -b YourBranchName

5. Make changes in source code.


6. Stage your changes and commit

git add .

git commit -m "<your_commit_message>"

Use apporopriate emojis for your commit messages from Gitmoji


7. Push your local commits to the remote repo.

git push origin YourBranchName

8. Create a PR


9. 🎉 Congratulations! You've made your contribution.


Hacktoberfest guideline

Good Practice
  • Comment on the issue to get assign or
  • Create an issue before you can make Pull Request
Bad Practice
  • Creating PR without issue statement will be automatically close.

After this, project leaders and mentors will review the changes and will merge your PR if they found it good, otherwise we will suggest the required changes.

😕 Not sure where to start ? Join our community on Discord

✨ You can also take part in Community Discussion