Skip to content

Commit

Permalink
Provide issue templates for features and questions
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed May 6, 2019
1 parent 97c6281 commit 0cf510b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Enabling something that is not yet possible
labels: enhancement
title: ''
assignees: ''

---

<!-- Please fill out the relevant sections below, and delete all that do not apply: -->

I would like to be able ...

My specific use case for this functionality is ...

This is more generally applicable to ...

## Draft

<!-- Can you show a possible way to provide this functionality? Consider that a good
draft drastically reduces mental overhead, gives context, and overall makes it
much more likely to be implemented. The draft does not need to be an actual
implementation but should provide a starting point for discussion. -->

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Question
about: Unsure how to get something to work
labels: question
title: ''
assignees: ''

---

How does one ... ?
<!-- Describe the actual operation you are looking for, and think exists. If
you know it doesn't then please use the feature request template instead -->

Overall, I'm trying to achieve ...
<!-- Consider alternative solutions. But importantly, don't feel afraid to ask
for ergonomic ways to achieve your means if you do not find any. -->

0 comments on commit 0cf510b

Please sign in to comment.