Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Activate Open Collective (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywithacupcake authored and Ben J. Ward committed Jun 15, 2018
1 parent 29d17ac commit 1b45f39
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- Love biojulia? Please consider supporting our collective: 👉 https://opencollective.com/biojulia/donate -->
<!--- Provide a general summary of the issue in the Title above -->

> _This template is rather extensive. Fill out all that you can, if are a new contributor or you're unsure about any section, leave it unchanged and a reviewer will help you_ :smile:. _This template is simply a tool to help everyone remember the BioJulia guidelines, if you feel anything in this template is not relevant, simply delete it._
Expand Down Expand Up @@ -37,4 +38,4 @@
- Operating System and version (desktop or mobile):
- Link to your project:

<!-- Can you list installed packages here? -->
<!-- Can you list installed packages here? -->
63 changes: 60 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

## Description

| **Chat** | **Documentation** | **Build Status** | **Support** |
|:--------:|:-----------------:|:----------------:|:----------------:|
| [![][gitter-img]][gitter-url] | [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | [![Backers on Open Collective](oc-backers-img)](#backers)[![Sponsors on Open Collective](oc-sponsors-img)](#sponsors) |
Bio.jl is the flagship meta-package of the BioJulia group.

Bio.jl re-exports and makes easy to install a set of BioJulia's most important
Expand Down Expand Up @@ -70,6 +73,60 @@ Please go to the [contributing section of the documentation](https://biojulia.ne
for more information.

If you have a question about
contributing or using this package, you are encouraged to use the
[Bio category of the Julia discourse
site](https://discourse.julialang.org/c/domain/bio).
contributing or using this package, our [Gitter chat room][gitter-url] would be
the best starting place to communicate with other users and developers.
You are encouraged to use the [Bio category of the Julia discourse
site](https://discourse.julialang.org/c/domain/bio) for technical questions.


## Roadmap

Our roadmap is on the wiki: <https://github.com/BioJulia/Bio.jl/wiki/roadmap>.


## Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/biojulia#backer)]

<a href="https://opencollective.com/biojulia#backers" target="_blank"><img src="https://opencollective.com/biojulia/backers.svg?width=890"></a>


## Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/biojulia#sponsor)]

<a href="https://opencollective.com/biojulia/sponsor/0/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/1/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/2/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/3/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/4/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/5/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/6/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/7/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/8/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/biojulia/sponsor/9/website" target="_blank"><img src="https://opencollective.com/biojulia/sponsor/9/avatar.svg"></a>

[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://biojulia.github.io/Bio.jl/latest
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://biojulia.github.io/Bio.jl/stable

[pkg-0.4-img]: http://pkg.julialang.org/badges/Bio_0.4.svg
[pkg-0.4-url]: http://pkg.julialang.org/?pkg=Bio
[pkg-0.5-img]: http://pkg.julialang.org/badges/Bio_0.5.svg
[pkg-0.5-url]: http://pkg.julialang.org/?pkg=Bio
[pkg-0.6-img]: http://pkg.julialang.org/badges/Bio_0.6.svg
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=Bio

[codecov-img]: https://codecov.io/gh/BioJulia/Bio.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/BioJulia/Bio.jl
[travis-img]: https://travis-ci.org/BioJulia/Bio.jl.svg?branch=master
[travis-url]: https://travis-ci.org/BioJulia/Bio.jl
[appveyor-img]: https://ci.appveyor.com/api/projects/status/nq4w264346py8esp/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/Ward9250/bio-jl/branch/master

[gitter-img]: https://badges.gitter.im/BioJulia.png
[gitter-url]: https://gitter.im/BioJulia/Bio.jl

[oc-backers-img]: https://opencollective.com/biojulia/backers/badge.svg
[oc-sponsors-img]:https://opencollective.com/biojulia/sponsors/badge.svg

0 comments on commit 1b45f39

Please sign in to comment.