Skip to content

Commit

Permalink
Merge pull request #2643 from LiskHQ/update-github-templates
Browse files Browse the repository at this point in the history
Update Github templates
  • Loading branch information
slaweet committed Nov 14, 2019
2 parents 7608600 + 1817935 commit e4dcc3d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 27 deletions.
26 changes: 7 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,27 +1,15 @@
---
name: Bug report
about: Create a report to help us improve

title: ''
labels: 'type: bug'
assignees: ''
---

### Steps to reproduce
<!-- Provide an unambiguous set of steps to reproduce the bug -->

1.
1.
1.

### Actual result
<!--- Tell us what happens -->
### Expected behavior

### Actual behavior

### Expected result
<!--- Tell us what should happen -->


### Version
<!--- Version and client OS / Branch version -->

### Steps to reproduce

### Screenshot (if appropriate)
<!--- Please include screenshot capturing UI and open developer tools console -->
### Which version(s) does this affect? (Environment, OS, etc...)
22 changes: 15 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,13 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project

about: Propose an idea for new improvements/features
title: ''
labels: ''
assignees: ''
---

<!--- Provide a descriptive summary in the Title above -->
### Description of the problem
<!-- A description of the problem you want to solve, including why you think this is a problem -->
### Description

Please describe what functionality is needed

### Motivation

Please describe why it is needed

### Acceptance Criteria

Please describe the conditions which must be met for this issue to close

### Suggested solution
<!--- An overview of the suggested solution -->
### Additional Information
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Expand Up @@ -2,7 +2,7 @@

### What issue have I solved?
<!--- Complementary description if needed -->
#INSERT_ISSUE_NUMBER
Resolves #INSERT_ISSUE_NUMBER

### How have I implemented/fixed it?
<!--- Describe your technical implementation -->
Expand Down

0 comments on commit e4dcc3d

Please sign in to comment.