Commit a51e64d5 authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 2018.8.0

parent 8bd922c5
Loading
Loading
Loading
Loading

.gitattributes

0 → 100644
+1 −0
Original line number Diff line number Diff line
qiime2/_version.py export-subst
+23 −0
Original line number Diff line number Diff line
# Contributing to this project

Thanks for thinking of us :heart: :tada: - we would love a helping hand!

## I just have a question

> Note: Please don't file an issue to ask a question. You'll get faster results
> by using the resources below.

### QIIME 2 Users

Check out the [User Docs](https://docs.qiime2.org) - there are many tutorials,
walkthroughs, and guides available. If you still need help, please visit us at
the [QIIME 2 Forum](https://forum.qiime2.org/c/user-support).

### QIIME 2 Developers

Check out the [Developer Docs](https://dev.qiime2.org) - there are many
tutorials, walkthroughs, and guides available. If you still need help, please
visit us at the [QIIME 2 Forum](https://forum.qiime2.org/c/dev-discussion).

This document is based heavily on the following:
https://github.com/atom/atom/blob/master/CONTRIBUTING.md
+14 −0
Original line number Diff line number Diff line
---
name: I am a user and I need help with QIIME 2...
about: I am using QIIME 2 and have a question or am experiencing a problem

---

Have you had a chance to check out the docs?
https://docs.qiime2.org
There are many tutorials, walkthroughs, and guides available.

If you still need help, please visit:
https://forum.qiime2.org/c/user-support

Help requests filed here will not be answered.
+12 −0
Original line number Diff line number Diff line
---
name: I am a developer and I need help with QIIME 2...
about: I am developing a QIIME 2 plugin or interface and have a question or a problem

---

Have you had a chance to check out the developer docs?
https://dev.qiime2.org
There are many tutorials, walkthroughs, and guides available.

If you still need help, please visit:
https://forum.qiime2.org/c/dev-discussion
+36 −0
Original line number Diff line number Diff line
---
name: I am a developer and I found a bug...
about: I am a developer and I found a bug that I can describe

---

**Bug Description**
A clear and concise description of what the bug is.

**Steps to reproduce the behavior**
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Computation Environment**
- OS: [e.g. macOS High Sierra]
- QIIME 2 Release [e.g. 2018.6]

**Questions**
1. An enumerated list with any questions about the problem here.
2. If not applicable, please delete this section.

**Comments**
1. An enumerated list with any other context or comments about the problem here.
2. If not applicable, please delete this section.

**References**
1. An enumerated list of links to relevant references, including forum posts, stack overflow, etc.
2. If not applicable, please delete this section.
Loading