Skip to content

Commit

Permalink
Merge pull request #176 from numfocus/contributer-guide
Browse files Browse the repository at this point in the history
Add contribution guidance to README.md
  • Loading branch information
aterrel authored Jan 26, 2025
2 parents 44c8b19 + 6ea53aa commit 9c07416
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contibuting

- [Ways to Contribute](#ways-to-contribute)
- [Ideas, Questions, and Discussions](#ideas-questions-and-discussions)
- [Problems or Issues](#problems-or-issues)
- [Longer Initiatives](#longer-initatives)
- [Content and Design](#content-and-design)
- [Bug Fixes](#bug-fixes)
- [See Also](#see-also)

## Ways to contribute to this repository

The original body of work took place at a series of unconferences and various spurts of energy, today the DISCOVER-cookbook is a living project with numerous contributors. Because it is code to produce a book rather than code for a software library or application, it has different needs than typical open source software systems. Because of these unique needs, we separate various types of contributions:

## Ideas, Questions, and Discussions
Please contribute ideas, questions, and discussions for content or enhancements over in the discussions tab.

## Problems or Issues
Please add issues on the github issue tracker.

## Longer Initiatives

## Content and Design
While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is made we feel free to open a pull request against the repository to begin the review process.

## Bug fixes
For issues with other elements of the book, first make sure an issue is open and tracking can occur on the issue. Then open a a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls).

## See Also

- [How to write a git commit](https://cbea.ms/git-commit/)
34 changes: 31 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,39 @@

The NumFOCUS DISCOVER Handbook (Diverse & Inclusive Spaces and Conferences: Overall Vision and Essential Resources). A guide for organizing more diverse and inclusive events and conferences, produced by the NumFOCUS Diversity & Inclusion in Scientific Computing (DISC) Program, with support from the Moore Foundation.

If you are looking to read the book please visit https://discover-cookbook.numfocus.org/ for a live version of the book. This is the code that powers that website and is intended for maintainers and contributors.

# How to run the book locally

## Ways to contribute to this repository

The original body of work took place at a series of unconferences and various spurts of energy, today the DISCOVER-cookbook is a living project with numerous contributors. Because it is code to produce a book rather than code for a software library or application, it has different needs than typical open source software systems. Because of these unique needs, we separate various types of contributions:

### Ideas, Questions, and Discussions

Please contribute ideas, questions, and discussions for content or enhancements over in [the discussions tab](https://github.com/numfocus/DISCOVER-Cookbook/discussions).

### Problems or Tracking of Work Items from Ideas, Questions, or Discussions

Please add issues on [the github issue tracker](https://github.com/numfocus/DISCOVER-Cookbook/discussions).

### Content and Design

While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is made we feel free to open [a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls) against the repository to begin the review process.

### Bug fixes

For issues with other elements of the book, first make sure an issue is open and tracking can occur on the issue. Then open a a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls).

### See Also

For more information, see the `contributing.md` file with a fuller guide on how to contribute.


## How to run the book locally

Create a local python environment and install all the required dependencies using the following commands (either with conda or pip)

## If Using Conda
### If Using Conda
1. Create the Conda Environment
```sh
conda env create -f environment.yml
Expand All @@ -22,7 +49,7 @@ conda activate DISCOVER-handbook
jupyter-book build DISCOVER
```

## If Using pip
### If Using pip
1. Create a Virtual Environment (optional)
```sh
python -m venv myenv
Expand All @@ -44,6 +71,7 @@ pip install -r requirements.txt
``` sh
jupyter-book build DISCOVER
```

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down

0 comments on commit 9c07416

Please sign in to comment.