Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.63 KB

contributing.md

File metadata and controls

32 lines (20 loc) · 1.63 KB

Contributing to BrainTumorSeg-III-D

We want to make contributing to this repository 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
  • Code optimisation

How to Contribute?

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

  1. Once you figure out what to contribute, open an issue at Issues. Make sure that the issue is detailed with respect to your contribution.

issues

  1. Fork the repo and create your branch from main.

forks

  1. If you've added code that should be tested, run the tests.

  2. Add Proper Documentation. Docstring should be added to the added/modified .py files. If you're adding a new class to be initialized, please mention the initialization to the README.md within the directory.

  3. Push the branch referring the issue. Resolve any problems/inconsistencies brought to your notice.

  4. Once everything is done, create a Pull Request. Wait for review to resolve any problems, and merging.

pull_request

License

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