Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 1.48 KB

File metadata and controls

43 lines (30 loc) · 1.48 KB

Contributing to CoCoNet

Bug fixes, feature additions, tests, documentation and more can be contributed via issues and/or merge_requests. All contributions are welcome.

Contributors

  • Stefano Demarchi
  • Andrea Gimelli
  • Giacomo Rosato

Bug fixes, feature additions, etc.

Please send a merge request to the master branch. Tests or documentation without bug fixes or feature additions are welcome too. Feel free to ask questions via issues,

  • Create a branch from master.
  • Develop bug fixes, features, tests, etc.
  • Test your code on Python 3.9.x
  • Create a merge request to merge the changes from your branch to the CoCoNet master.

Guidelines

  • Separate code commits from reformatting commits.
  • Provide tests for any newly added code when possible.

Reporting Issues

When reporting issues, please include code that reproduces the issue and whenever possible, an image that demonstrates the issue. Please upload images to GitHub, not to third-party file hosting sites. If necessary, add the image to a zip or tar archive.

The best reproductions are self-contained scripts with minimal dependencies. If you are using a framework, try to replicate the issue just using CoCoNet.

Provide details

  • What did you do?
  • What did you expect to happen?
  • What actually happened?
  • What versions of CoCoNet and Python are you using?