Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 720 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 720 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue or email with the me before making a change.

Please follow it in all your interactions with the project.

Contributting Process

  • Fork this repo
  • Clone your forked repo
  • Create a new branch
  • And start coding on any new feature or bug
  • Note that i am using esint for code linting and debugging so always run npm run lint and npm run lint:fix before commiting a change.
  • When done push your branch to your forked repo
  • Make a pull request ✌️
  • [Before contributing ask me about the file structure if it looks confusing]
  • Happy Coding 💻