Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 913 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (19 loc) · 913 Bytes

CONTRIBUTING

Welcome to this open source project! Become a contributor by following the instructions below:

  • Fork the repo.
  • Clone the repo.
  • Create a branch using git checkout -b feature-branch.
  • Run npm install (Installs the project dependencies)
  • Make the required changes.
  • Run npm test (Run tests and ensure none fail)
  • Create a pull request using below commands:
    • git add .
    • git commit -m "your commit message"
    • git push origin feature-branch
  • Go to this Repository.
  • Create a Pull Request (PR) against master branch
  • Add a suitable title and description to the PR and include the issue number in the description.
  • You are done. Wait for your code to get reviewed and merged.
  • Optional: Give us a ⭐ if you like our work 😄.