Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 992 Bytes

CONTRIBUTION.md

File metadata and controls

11 lines (9 loc) · 992 Bytes

Contribution Guidelines

Please ensure your pull request adheres to the following guidelines:

  • Pick up issues which interests you, mention your name in the comments section and start working on them
  • You have to strictly follow folder structure while working on issues
  • 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?