Update issue templates

This commit is contained in:
Hector Sanjuan 2019-04-29 17:57:24 +02:00 committed by GitHub
parent 543656aa83
commit 5325f5a31a
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
name: Ask a question
about: We prefer to answer quetsions at https://discuss.ipfs.io/ !
title: ''
labels: needs review, question
assignees: ''
---
We have a full section dedicated to IPFS Cluster in the IPFS Discuss forums: https://discuss.ipfs.io/c/help/help-ipfs-cluster and we would really appreciate if you ask your question there.

30
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,30 @@
---
name: Bug report
about: Create a bug report for IPFS Cluster
title: ''
labels: bug
assignees: ''
---
<!--
You are about to open an issue in the ipfs-cluster repository. Please verify that:
* This is not a IPFS Cluster website content issue: file those here: https://github.com/ipfs/ipfs-cluster-website/issues
* You read the [troubleshooting section](https://cluster.ipfs.io/documentation/troubleshooting/) of the website and it did not help
* You searched for similar issues in the repo without luck
* All peers are running the same cluster version
* All peers are configured using the same cluster `secret`
Thank you!
-->
**Additional information:**
- OS: [e.g. Linux]
- IPFS Cluster version: [e.g. 0.10.1, master]
- Installation method: [e.g. built from source, dist.ipfs.io, docker]
**Describe the bug:**
A clear and concise description of what the bug is and how the behavior was different from expected.

View File

@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for IPFS Cluster
title: ''
labels: enhancement/feature, needs review
assignees: ''
---
**Describe the feature you are proposing**
Please describe in detail the feature you want to propose, your use-case and how you would benefit from it.
**Additional context**
Add any other context here, for example, your operating system or the method you use to install IPFS Cluster, if relevant.