Skip to content

Commit

Permalink
Update issue templates (project-koku#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge authored May 9, 2018
1 parent 7591c44 commit 07dd077
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Context (please complete the following information):**
- OS: [e.g. iOS]
- Browser: [e.g. chrome, safari]
- Commit Hash from status endpoint:

**Additional context**
Add any other context about the problem here.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Feature request
about: Suggest an idea for this project

---

## User Story
As X, I want Y so that Z.

## Impacts
Ex. API, UI, Docs

## Role


## Assumptions
-
-

## API Details

| API | Detail|
| --- | --- |
| **Method** | GET/POST/PUT/PATCH/DELETE |
| **Path** | /api/v1/?/ |
| **Body** | |
| **Response** | |

## UI Details


## Acceptance Criteria

- [ ]
- [ ]

0 comments on commit 07dd077

Please sign in to comment.