There are several ways to contribute. Read on to figure out which one might suit you best.
If you've got a question, ask it on the Issues tracker. One question per issue please!
If you'd like to propose a change to the notebooks, do the following:
- Fork the repository.
- Create a new branch, and make your proposed changes.
- Submit a Pull Request (PR) back to this repository (
ericmjl/bayesian-analysis-recipes
).
The criteria for new notebooks is as follows:
- It should not be math-heavy.
- It should express the simplest complex version of a recipe.
- It should look recipe-like - that is, someone else can simply plug in their own data, as long as the data are formatted correctly.