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:
committed by
Facebook Github Bot
parent
4548aecefe
commit
c01edec88d
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
7
.github/ISSUE_TEMPLATE/discussion.md
vendored
Normal 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'
|
||||||
|
|
||||||
|
---
|
||||||
8
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal 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
7
.github/ISSUE_TEMPLATE/question.md
vendored
Normal 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'
|
||||||
|
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user