Skip to content

Commit

Permalink
chore: Update GitHub's built-in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Apr 3, 2019
1 parent bf37393 commit 39f6689
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'Needs: planning, Type: bug'
assignees: benjamincharity

---

#### 1. What is the expected behavior?


#### 2. What is the current behavior?


#### 3. What are the steps to reproduce?

Providing a reproduction is the *best* way to share your issue.

a) Fork our starter repo: https://github.com/GetTerminus/ui-stackblitz-starter
b) Replicate your issue.
c) Add a link to your replication or attach a zip of your project to this issue.
d) Outline any steps needed to reproduce the issue.


#### 4. Which versions of this library, Angular, TypeScript, & browsers are affected?

- UI Library:
- Angular:
- TypeScript:
- Browser(s):


#### 5. Is there anything else we should know?
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'Type: feature, Needs: planning'
assignees: benjamincharity

---

### Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]


### Describe the solution you'd like.

A clear and concise description of what you want to happen.


### Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.


### Additional context

Add any other context or screenshots about the feature request here.

0 comments on commit 39f6689

Please sign in to comment.