Skip to content

Commit

Permalink
[github] Add question issue template (#4334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Jun 13, 2022
1 parent 3e71bc1 commit decb295
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
@@ -0,0 +1,13 @@
name: Question
description: Any questions about flow-typed or the CLI
labels: [question]
title: "[Question]: "
body:
- type: textarea
id: question
attributes:
label: What do you want to know?
description: More detail is better than less
placeholder: I'm wondering...
validations:
required: true

0 comments on commit decb295

Please sign in to comment.