Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel authored Nov 23, 2019
1 parent 29c0fe0 commit d61ffd7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/general.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
name: General
about: Is there a problem with a sample or something else you need to report?
title: ''
labels: ''
assignees: ''

---

### Description

<!-- What is the problem or issue you're having? -->

#### Sample Feature

<!-- What feature is the sample for? What is the name of the sample? -->
16 changes: 11 additions & 5 deletions .github/ISSUE_TEMPLATE/sample-request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
name: Sample Request
about: Let us know if we're missing a sample of a critical feature
title: "[Request] Name of the feature we're missing a sample for"
labels: enhancement, sample
assignees: dansiegel

---

### Sample

<!-- Add the name of the sample here -->

#### Reason for Update

<!-- Why does this need an update? -->
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/sample-update.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
name: Sample Update
about: Want to help us update a sample, let us know what you're working on.
title: "[Update] Name of the Sample You are updating"
labels: sample, update
assignees: ''

---

### Sample

<!-- Add the name of the sample here -->

#### Reason for Update

<!-- Why does this need an update? -->

0 comments on commit d61ffd7

Please sign in to comment.