Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.1 KB

🤝 Contribution Guide

We all love contributions from everyone and about everything that will make the project better. By participating in this project, you agree to abide by the thoughtbot code of conduct.

Everyone must follow the code of conduct thoughtbot's project codebases, issue trackers, mailing lists, etc.

🔼 Pull Request Instructions

  1. Find/Create an Issue to work on.
  2. Fork the repository.
  3. Create a new test branch from the main branch.
  4. Make changes and test them.
  5. Commit your changes.
  6. Submit a PR with a meaningful header and mention the issue for which changes are made(if any) in the PR description.
  7. Wait till PR gets reviewed ✔ .

❌ Please Note, Bad Pull Requests Are Not Accepted!

  • Changes other than stated issue/bug.
  • Make sure you don't make single-line changes like renaming a variable.
  • If your PR contains indentation changes, it will be not accepted.
  • Do not make duplicate PRs.

THANKS ! Keep Contributing.✌