Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 3.42 KB

CONTRIBUTING.md

File metadata and controls

84 lines (65 loc) · 3.42 KB

Contributing to lpjmlkit

Thank you for your interest in contributing to lpjmlkit, an open-source R package for operating LPJmL and processing related data. We currently prefer contributions in the form of bug reports, feature requests, and suggestions of code improvements as issues in the lpjmlkit GitHub repository. If you want to contribute code, please follow the instructions below.

Getting Started

Before you start contributing to lpjmlkit, here are a few steps to get you set up:

  1. Fork the lpjmlkit GitHub repository to your own GitHub account.
  2. Clone your forked repository to your local machine.
    git clone https://github.com/YourUsername/lpjmlkit.git
    cd lpjmlkit
  3. Install the package and its dependencies following the instructions in the documentation.

Now you're ready to start making contributions!

Contributing

To contribute to lpjmlkit, please follow these steps:

  1. Check for existing issues in the issue tracker to see if your contribution idea has already been discussed or reported.
  2. If the issue doesn't already exist, create a new issue to discuss the problem or feature you want to address. Be sure to provide as much detail as possible to help others understand the context and purpose.
  3. Fork the repository if you haven't already and create a new branch for your contribution.
  4. Make your changes in that new branch, following best practices and adhering to the coding style of the project.
  5. Write unit tests if applicable and ensure that all tests pass.
  6. Submit a pull request (PR) referencing the issue you created earlier. Describe your changes, and our team will review it as soon as possible.
  7. All discussion threads of the PR need to be resolved before the PR can be merged.

Your contributions will be greatly appreciated and will help make lpjmlkit even better.

Code Quality

We use the the Advanced R Style Guide for R code.

Furthermore we use the following tools to ensure code quality:

Please make sure that your code passes all tests and static code analysis before submitting a pull request.

Code of Conduct

Please note that by contributing to lpjmlkit, you are expected to adhere to our Code of Conduct. We strive to maintain a welcoming and inclusive community, and we expect respectful and considerate behavior from all contributors:

  • Be Respectful: Treat all community members with respect and kindness.
  • Inclusivity: Ensure that your language and actions are inclusive and respectful of diversity.
  • Collaboration: Encourage a collaborative and supportive atmosphere.

We do not tolerate:

  • Harassment: Any form of harassment, trolling, or offensive behavior.
  • Discrimination: Discrimination, derogatory comments, or exclusionary practices.
  • Bullying: Bullying or aggressive behavior towards others.

Reporting Incidents
If you witness or experience any violations, please report them to [email protected]. All reports will be handled confidentially and promptly.

Thank you for being part of the lpjmlkit community!