Skip to content
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 a CONTRIBUTING.md #58

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Add a CONTRIBUTING.md #58

merged 3 commits into from
Nov 15, 2024

Conversation

bsweger
Copy link
Collaborator

@bsweger bsweger commented Nov 13, 2024

Closes #40

Add a CONTRIBUTING.md file to Cladetime

This is notably lacking code of conduct information, but happy to
add that in if the Reich Lab has one. Other than that, this
is hopefully a good foundation to iterate on.

Missed this one earlier because I was running Docker, but caught
it when writing the project setup instructions for CONTRIBUTING.md
This is notably lacking code of conduct information, but happy to
add that in if the Reich Lab has one. Other than that, this
is hopefully a good foundation to iterate on.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A new requirements file that is specific to documentation. Most people won't need this unless they want to build and serve the docs locally.

Comment on lines +117 to +118
uv pip compile pyproject.toml -o requirements/requirements.txt && uv pip compile pyproject.toml --extra dev -o requirements/requirements-dev.txt
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this include stuff for how to build requirements/requirements-doc.txt?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question--I was operating under the assumption that the docs requirements will be pretty stable and contributors won't have to worry about them (I know, I know)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elray1 I added that info to the documentation section

Copy link
Collaborator

@elray1 elray1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@bsweger bsweger merged commit e1da5ab into main Nov 15, 2024
2 checks passed
@bsweger bsweger deleted the bsweger/add-contributing/40 branch November 15, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create CONTRIBUTING.md
2 participants