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

change contributing link #73

Merged
merged 2 commits into from
Sep 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Contributing

The BioJulia organisation has a set of contribution guidelines which apply to
all BioJulia projects. These guidelines are available [here](http://biojulia.github.io/Contributing/latest) and it is
all BioJulia projects. These guidelines are available [here](https://github.com/BioJulia/Contributing/blob/master/CONTRIBUTING.md) and it is
recommended all new contributors read these guidelines before opening a pull
request.

## Making a contribution

If you're interested in adding functionality to Microbiome.jl, please feel free
to open an issue or a pull request (PR) against the `master` branch. If you're
not yet ready for that, you can also ask questions/start a discussion in the
`#biology` channel on slack, or [`#ecology` stream on zulip](https://julialang.zulipchat.com/#narrow/stream/252417-Ecology).
to open an issue or a pull request (PR) against the `main` branch. If you're
not yet ready for that, you can also ask questions/start a discussion in the `#biology` channel on [slack or zulip](https://julialang.org/community/), or using the [`biology` domain on discourse](https://discourse.julialang.org/c/domain/bio/).

Work-in-progress PRs are fine, as discussion about approach and code review
can happen in the PR.
Expand Down