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
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
- **Fork** the repo and create your branch from master or you can work from master also from your forked repo.
- Now in your local repository (forked one) add the required changes.
- 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.
- Then follow steps to raise a Pull Request.
- If you are working from master branch make sure to raise PR only after fetching upstream
- Now just raise the pull request
- Ensure that there is no merge conflicts and all checks have been passed
- Give a proper title and explain what you did in description
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.