minor work on readme/contributing

This commit is contained in:
Bastian Greshake
2016-03-05 15:44:17 +01:00
parent 400d2a950b
commit 7c91cbbf38
2 changed files with 11 additions and 7 deletions

View File

@@ -31,8 +31,9 @@ bundle exec rake
This runs RSpec tests as well as the **legacy** test/unit ones.
## What to work on
We do have a [Roadmap](https://github.com/gedankenstuecke/snpr/blob/master/ROADMAP.md) file to see what we want to achieve over the next weeks and months.
The [issues page](https://github.com/gedankenstuecke/snpr/issues) has several open issues, some of which are [marked as "easy-first-bugs"](https://github.com/gedankenstuecke/snpr/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy-first-bugs). Some other things to work on:
Additionally the [issues page](https://github.com/gedankenstuecke/snpr/issues) has several open issues, some of which are [marked as "easy-first-bugs"](https://github.com/gedankenstuecke/snpr/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy-first-bugs). Some other, general things to work on:
- Currently we have two different testing environments - the legacy ones in test/unit, and the RSpec tests. It would be great to have all tests inside RSpec.
- There are many minor style-problems which live in .rubocop_todo.yml inside snpr/.
@@ -48,12 +49,14 @@ You can always open an issue for specific problems, or send a mail to snpr-devel
We're also available on Twitter:
@gedankenstuecke
@helgerausch
@philippbayer
@[gedankenstuecke](https://twitter.com/gedankenstuecke)
@[helgerausch](https://twitter.com/helgerausch)
@[philippbayer](https://twitter.com/philippbayer)
[There's also a Gitter](https://gitter.im/openSNP/snpr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[There's also a Gitter](https://gitter.im/openSNP/snpr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) where you can talk with us.
## Last words
Thank you very much for your interest in the project and for the help of all volunteers who've helped us so far! There is a [humans.txt](https://github.com/gedankenstuecke/snpr/blob/master/public/humans.txt) where we celebrate all of you.
![Thank you!](https://media1.giphy.com/media/10NVUaFVKzbUpW/200.gif)
Thank you very much for your interest in the project and for the help of all volunteers who've helped us so far! There is a [humans.txt](https://github.com/gedankenstuecke/snpr/blob/master/public/humans.txt) where we celebrate all of you!

View File

@@ -15,8 +15,9 @@ on SNPs and Phenotypes.
Please see [INSTALL.md](https://github.com/gedankenstuecke/snpr/blob/master/INSTALL.md) for more detailed instructions on how to run and setup openSNP.
## Contributing to openSNP
Thanks for your interest in helping us out! You are awesome! Please see [CONTRIBUTING.md](https://github.com/gedankenstuecke/snpr/blob/master/CONTRIBUTING.md) for more detailed instructions on how to contribute. We also [have a ROADMAP.md](https://github.com/gedankenstuecke/snpr/blob/master/ROADMAP.md), containing your idea of where the project should head.
Please see [CONTRIBUTING.md](https://github.com/gedankenstuecke/snpr/blob/master/CONTRIBUTING.md) for more detailed instructions on how to contribute. There's also a [Code of Conduct](https://github.com/gedankenstuecke/snpr/blob/master/CODE_OF_CONDUCT.md).
The project has a [Code of Conduct](https://github.com/gedankenstuecke/snpr/blob/master/CODE_OF_CONDUCT.md) in order to make this a safe and inclusive space for everyone.
## Getting in contact
You can always open an issue for specific problems, or send a mail to snpr-development@googlegroups.com if you want to discuss something or if you have any questions or need help with something. There's also info@opensnp.org if something broke on the webpage itself.