-
Notifications
You must be signed in to change notification settings - Fork 10
/
Contributing.Rmd
executable file
·49 lines (36 loc) · 1.49 KB
/
Contributing.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: "How to contribute?"
author: "Leo Lahti, Sudarshan Shetty et al."
bibliography:
- bibliography.bib
output:
BiocStyle::html_document:
number_sections: no
toc: yes
toc_depth: 4
toc_float: true
self_contained: true
thumbnails: true
lightbox: true
gallery: true
use_bookdown: false
highlight: haddock
---
<!--
%\VignetteEngine{knitr::rmarkdown}
%\VignetteIndexEntry{microbiome tutorial - comparisons}
%\usepackage[utf8]{inputenc}
%\VignetteEncoding{UTF-8}
-->
### Get in touch
* [Research homepage](http://www.iki.fi/Leo.Lahti)
* [Twitter](https://twitter.com/openreslabs)
* [Gitter](https://gitter.im/microbiome)
* [Mailing list](https://groups.google.com/forum/#!forum/microbiome-devel) (microbiome-devel@googlegroups.com)
### Contribute
* [Issue Tracker](https://github.com/microbiome/microbiome/issues)
* [Pull requests](https://github.com/microbiome/microbiome/)
* [Star us on the Github page](https://github.com/microbiome/microbiome)
We welcome new examples and tutorials to be added in this collection,
and will fully acknowledge such contributions.
You can modify one of the existing examples (.html) and make a pull request. Or, you can propose a new tutorial page. The Rmarkdown source code (..html) for all [tutorials](http://microbiome.github.io/tutorials/) is available in the Github [index.page](https://github.com/microbiome/tutorials). Fork the repository, clone it, modify the tutorials, and make a pull request.