Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.56 KB

File metadata and controls

31 lines (25 loc) · 1.56 KB

How to contribute to Hack Beats

Thank you for considering contributing to Hack Beats.

Support questions❔

Reporting issues⚠

  • 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.

    Example: How do I squash my last N commits together?

Submitting Your Ideas💡

  • 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 Request and wait for maintainers to review your request.