This file provides general guidance for anyone contributing to IBM AutoXAI4Omics. For technical details on improving the code base please see the DEV_MANUAL.md
, this contains general information on how to contibute to this repositry.
In this reprositry we aim to work off a three branch structure:
dev
: this is where the tool gets actively developed and is class as unstable for production settings. If you wish to contibute by resolving an issue please create a branch based ondev
and upon completion submitt a pull request to merge back intodev
test
: this is a staging area where code brought in fromdev
gets offically tested, if successful it will be merged intomain
main
: this is the offical stable code live and where releases will be made from when code is successfully brought in fromtest
Pull requests will require a maintainer approval before being merged.
Report bugs via creating an issue.
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your local setup that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help wanted" is open to whoever wants to implement it.
If you wish to request a new feature to be added the best way to send feedback is to create an issue
If you are proposing a feature:
- Explain in detail how it would work.
- Keep the scope as narrow as possible, to make it easier to implement.
- Remember that this is a volunteer-driven project, and that contributions are welcome :)
Look through the GitHub issues for features. Anything tagged with "enhancement" and "help wanted" is open to whoever wants to implement it.
AutoXAI4Omics could always use more documentation, whether as part of the official docs, in docstrings, or more tests to increase the reliability and coverage.
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
This project is licensed under the terms of the Apache License 2.0, and all contributions must also be licensed under these terms. More information can be found at:
http://www.apache.org/licenses/LICENSE-2.0
Please include license headers in any newly created files in any contributions.