Skip to content

Commit

Permalink
Merge pull request #220 from raiden-network/Templates-bug-feat
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
Nils Diefenbach authored Aug 13, 2019
2 parents c5e68dc + 7bab0d5 commit 3ddbdc4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Bug report
about: Something isn't working as expected
title: ''
labels: bug
assignees: ''

---

Description
=========
A clear and concise description of what the bug is.


Expected Behavior
===============
A clear and concise description of what you expected to happen. Do **not** leave anything to the imagination (even if you think it's "common sense", or "obvious").
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: Request a new feature or option
title: ''
labels: Feature request
assignees: ''

---

Analysis
=======
Current State
-----------------
*Describe the current process, for which you'd like to request the feature*

Problem
-----------
*Explicitly and in detail, describe the problem you want solved*

Solution
----------
*In detail, describe the feature and how it would solve the above problem*.

----------------------------------------------------------------------
User Stories
==========
*Describe the requested feature in user stories, describing one behaviour at a time, with one story each. These are later used to test and assert correctness of the feature, so be detailed and thorough when writing these. They may be updated later, during the course of the discussion of this issue.*
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/service-implementation-epic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Service Implementation Epic
about: Template for creating Service implementation Epics.
title: ''
labels: Feature request, Epic
labels: Epic, Feature request
assignees: ''

---
Expand Down

0 comments on commit 3ddbdc4

Please sign in to comment.