CONTRIBUTING.md

How to contribute code (DRAFT)

:+1::tada: Hello and a warm welcome to guidelines for contributing code! :tada::+1:

Thanks for taking the time to read these guidelines. This helps keep this code repository easy to maintain and the code easy to follow. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Most changes to code should follow this route:

Open issue

Install software

Create new branch

If you have admin/contributor rights on aquaMetrics team, you can create a new branch there. Click 'Branch: ...' button on the main repository page. Then clone the repository to your local machine:

git clone https://github.com/aquaMetrics/rict
cd phytobenthosMetrics/
git checkout -b issue-??

(Replacing ?? with the issue number found on Github)

The first two lines above will clone the repository and open the directory where the files have been copied to. The last line will 'checkout' and create new branch called issue-...so you can now start work editing your new branch.

Or using RStudio, use open > new project > version control > paste url:

https://github.com/aquaMetrics/rict

Coding style

Commit

Pull request

All Done! ☺



aquaMetrics/macroinvertebratesMetrics documentation built on Feb. 3, 2024, 2:35 a.m.