Contribute#

Thank you for investing your time in contributing to this project!

Note

If you are a model or software developer interested in using LUE, then you can safely skip everything in this part of the manual. You will likely not need to know about the contents.

Issues#

Create a new issue#

If you spot a problem with LUE software or documentation, and a related issue doesn’t already exist, you can open a new issue using a relevant issue form.

Solve an issue#

Scan through our existing issues to find one that interests you. If you find an issue to work on, you are welcome to open a PR with a fix.

Make changes#

  1. Fork the repository.

  2. Setup the development environment

  3. Create a working branch and start with your changes!

    We name branches according to the issue number, e.g.: gh5 for the branch on Github in which the issue with number 5 gets solved. You may want to do the same, but this is not a requirement.

Commit your update#

Commit the changes once you are happy with them.

Create a pull request#

When you’re finished with the changes, create a pull request.

  • Fill the “Ready for review” template so that we can review your PR. This template helps reviewers understand your changes as well as the purpose of your pull request.

  • Don’t forget to link PR to issue if you are solving one.

  • Enable the checkbox to allow maintainer edits so the branch can be updated for a merge. Once you submit your PR, a LUE team member will review your proposal. We may ask questions or request additional information.

  • We may ask for changes to be made before a PR can be merged.

  • As you update your PR and apply changes, mark each conversation as resolved.