Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.7 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.7 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 featurer
  • Suggestions and Feedbacks

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.

Also, make sure to make account on HacktoberFest💚 before start contributing.
  1. Now in your local repository (forked one) add the required changes.
  2. 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.
  3. Then follow steps to raise a Pull Request.
  4. If you are working from master branch make sure to raise PR only after fetching upstream
  5. Now just raise the pull request
6. Ensure the there is no merge conflicts and all checks have been passed 7. Give a proper title and explain what you did in description (optional)

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.