Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.84 KB

File metadata and controls

77 lines (50 loc) · 2.84 KB

Contributing

This file provides general guidance for anyone identifying new features, raising issues or contributing in any way to the IBM HNCDI Explain GeoDN.

Types of Contributions

Report Bugs or Issues

Report bugs by creating an issue. Select the bug report template.

If you are reporting a bug, please include:

  • The environment GeoDN is running on that you are connected to. (geoDN URL).
  • Any details about your local setup that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.
  • What you expect happen instead.

Feature Request

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.

Implement Features

Look through the GitHub issues for features. Anything tagged with "enhancement" and "help wanted" is open to whoever wants to implement it.

Branch managment

This repository is intended for read-only access. If you wish to propose changes, please create a branch based on main and upon completion submit a pull request for the changes to be reviewed before being merged back into main if appropriate.

Pull requests will require a maintainer approval before being merged.

Developer's Certificate of Origin 1.1

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.

License

This project is licensed under the terms of the MIT License, and all contributions must also be licensed under these terms. More information can be found at:

https://opensource.org/license/mit/

Please include license headers in any newly created files in any contributions.