Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 1.65 KB

Contribution Guidelines

Welcome all it is really amazing to have you here! Before starting to contribute to this project make sure to read the contributing file and Code Of Conduct properly :), it is really important to make this inclusive and open to everyone, otherwise, it would not be awesome to have you here

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b branch-name
  3. Add a file with your name in the contributions folder telling about your contributions and also link that file in the readme
  4. Push to your fork and submit a pull request
  5. Pat your self on the back and wait for your pull request to be reviewed and merged.
  6. HAPPY HACKING!!!

Points to focus before participating

  • Please keep your code clean and formatted, avoid unnecessary files and dependencies.
  • Focus on making ui improvements as well as addying more functionalities if needed
  • Do fork the repository to work upon issues and be a contributor.
  • Please do not create pull request without approval as it'll result in merge conflicts.
  • Before creating pull request, do check previous approved pull requests. So that your code don't conflict with them.
  • Please do give the repo a star as well if u like it!..it helps :)

Resources