Thank you for considering contributing to Hack Beats.
- The
#questionschannel on our Discord chat: Discord - Ask on our
GitHub Discussions_ for long term discussion or larger questions. - GitHub Discussions: https://github.com/hackbeats/complete-web3-bootcamp/discussions
- Pick up/Create issues which interests you, mention your name in the comments section and start working on them
- If two or more people solves same issue correctly then, person who created pull request before will get priority
- When creating pull request keep title as "issue title", example="submit button working" and description with issueID as "fixes #issueID"
- If you find any bug or have new feature's idea then, create a issue with supporting description & details. If issue found relevant then, maintainers will react to it and you can start working on it
- Sqash commits before opening PR. Squashing helps to keep the history of main/master branch clean and readable.
- Fork the repository.
- Clone the forked repository in your local system, and create new feature branch.
- Implement your idea, and commit your changes in that branch.
- Push the changes to your remote.
- Open
Pull Requestand wait for maintainers to review your request.