Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.9 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.9 KB

Contributing to Technocrats-HacktoberFest

We love contributions! We want to make contributing to this project as easy and friendly as possible, whether it's:

  • Beginner PR requests
  • Questions regarding any problems
  • Submitting a fix
  • Proposing new features
  • Suggestions and Feedbacks

Make sure to make account on HacktoberFest💚 before start contributing.

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

  1. **Fork** the repo and create your branch from master or you can work from master also from your forked repo.
  2. image

  3. Now in your local repository (forked one) add the required changes.
  4. Make sure to read the contributing rules of every tech stack. For example "Read README.md" of Python folder if you want to contribute in Python language.
  5. Then follow steps to raise a Pull Request.
  6. If you are working from master branch make sure to raise PR only after fetching upstream
  7. image

  8. Now just raise the pull request
  9. image

  10. Ensure that there is no merge conflicts and all checks have been passed
  11. Give a proper title and explain what you did in description

Any contributions you make will be under the MIT Software License

In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.