Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.47 KB

Contributing to cdsaxs

cdsaxs welcomes contributions from everyone! Here's how you can get involved:

  1. (Optional) Have an idea for cdsaxs? Share it! Create a new GitHub Issue detailing what you'd like to do. This helps us discuss and refine your contribution before code is written.
  2. Fork cdsaxs and make your changes. Not sure how? This GitHub guide make your changes can help beginners.
  3. Once you're happy with your changes, open a Pull Request on GitHub. This lets us review your contribution and discuss any improvements.
  4. Make sure all tests pass! This ensures your changes don't break existing functionality.
  5. Once everyone's happy, we'll merge your code into cdsaxs and make a new release.

For more detailed explanation on setting up the environment and developping your own model here's a Guide.

Reporting Bugs

Found a bug in cdsaxs? Help us fix it! Open a new GitHub Issue detailing the problem you encountered. Here are some tips for good bug reports:

  • Make sure the issue can be reproduced consistently.
  • Include details like the package versions you're using and your operating system.
  • The more information you provide, the easier it is for us to diagnose and fix the bug.

By following these guidelines, you can help make cdsaxs even better!