We appreciate the contribution!We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- If you are a beginner then you can contribute by improving the structure or the layout or any mistakes in the repository.
We use GitHub to host code, track issues, and feature requests, as well as accept pull requests.
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively accept your pull requests:
- Star this repository.
- Create an issue with a description and wait for the approval.
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
All your contributions will be under an GNU software license.In short, when you submit code amendments, your submissions are understood as being under the same GNU license that covers the project.If you have any concerns, please do not hesitate to contact the maintainers.
Report bugs through Github [issues] (https://github.com/briandk/transcriptase-atom/issues)We use GitHub issues to track publicly available bugs.Report a bug by [opening a new issue] (https://github.com/avinash201199/To-Do-List/issues/new); it's as simple as that!
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
People love thorough bug reports. I'm not even kidding.
I'm again borrowing these from Facebook's Guidelines
- 2 spaces for indentation rather than tabs
By contributing, you agree that your contributions will be licensed under its GNU License.
This document has been adapted from the Open-Source Contribution Guidelines for [Facebook Draft] (https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)