From 1b45f39744faf16d4e93322afe98ac0886ae9071 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 14 Jun 2018 07:14:07 -0700 Subject: [PATCH] Activate Open Collective (#490) --- .github/ISSUE_TEMPLATE.md | 3 +- README.md | 63 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 62 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f39b24c18..949e786d6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,4 @@ + > _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._ @@ -37,4 +38,4 @@ - Operating System and version (desktop or mobile): - Link to your project: - + \ No newline at end of file diff --git a/README.md b/README.md index 1c410bc5b..7e9840395 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: . + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/biojulia#backer)] + + + + +## 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)] + + + + + + + + + + + + +[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 \ No newline at end of file