Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.7 KB

CONTRIBUTING.md

File metadata and controls

53 lines (37 loc) · 2.7 KB

Contributing to Weather-APP

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 Develop with Github

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:

  1. Star this repository.
  2. Create an issue with a description and wait for the approval.
  3. Fork the repo and create your branch from main.
  4. If you've added code that should be tested, add tests.
  5. If you've changed APIs, update the documentation.
  6. Ensure the test suite passes.
  7. Make sure your code lints.
  8. 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.

Use a standard coding style

I'm again borrowing these from Facebook's Guidelines

  • 2 spaces for indentation rather than tabs

License

By contributing, you agree that your contributions will be licensed under its GNU License.

References

This document has been adapted from the Open-Source Contribution Guidelines for [Facebook Draft] (https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)

Note – Before you contribute, please first create a issue so that I can assign you and you can begin to resolve it.