Add issue templates

Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/418

Reviewed By: danielbuechele

Differential Revision: D15120797

Pulled By: passy

fbshipit-source-id: 196aafe8f228a52bd20dc492c3754675259f389a
This commit is contained in:
Pascal Hartig
2019-04-29 08:07:39 -07:00
committed by Facebook Github Bot
parent 4548aecefe
commit c01edec88d
4 changed files with 51 additions and 0 deletions

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

@@ -0,0 +1,29 @@
---
name: "🐛 Bug Report"
about: You want to report a reproducible bug or regression in Flipper.
title: ''
labels: 'Type: Bug Report'
---
## 🐛 Bug Report
<!--
A clear and concise description of what the bug is.
Include screenshots if needed.
-->
## To Reproduce
<!--
Steps to reproduce the behavior.
-->
## Expected Behavior
<!--
A clear and concise description of what you expected to happen.
-->
## Environment
<!--
Tell us about your Android/iOS Version, Flipper Desktop version,
package information and your operating system if relevant.
-->

7
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View File

@@ -0,0 +1,7 @@
---
name: "🚀 Discussion"
about: You have an idea that could make Flipper better, or you want to discuss some aspect of the app or SDK.
title: 'Discussion: '
labels: 'Type: Discussion'
---

View File

@@ -0,0 +1,8 @@
---
name: "📃 Documentation Bug"
about: You want to report something that is wrong or missing from the documentation.
title: 'Docs:'
labels: 'Type: Docs'
---

7
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@@ -0,0 +1,7 @@
---
name: "🤔 Questions and Help"
about: You need help writing your Flipper plugin or integrating Flipper with your app.
title: 'Question: '
labels: 'Type: Question'
---