-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CONTRIBUTING.md #64
Add CONTRIBUTING.md #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good! Just had a brief question about step 1 of getting started -- can absolutely be addressed in a follow-up, it'd be good to get this merged
### Step 1: Clone the Repository | ||
|
||
To start using the package, clone the repository and navigate into the project | ||
directory: | ||
|
||
```bash | ||
git clone https://github.com/uw-ssec/biodiversity-horizons.git | ||
cd biodiversity-horizons | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should change this to forking instead of cloning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can do that, the Pull Request section at end however has the first step to Fork, should we also specify in the beginning?
* Add CONTRIBUTING.md * Add CONTRIBUTING.md
This pull request includes updates to the
CONTRIBUTING.md
file. The changes provide detailed instructions for setting up the project locally, running the R scripts, and using Docker for containerized execution. Additionally, guidelines for contributing to the project and submitting pull requests are outlined.