Skip to content

Commit

Permalink
Merge pull request #1270 from LiskHQ/issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
slaweet committed Sep 10, 2018
2 parents 3793f0b + f47d050 commit 4ddd844
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
@@ -1,3 +1,9 @@
---
name: Bug report
about: Create a report to help us improve

---

<!--- Provide a general summary of the issue in the Title above -->

### Steps to reproduce
Expand Down
@@ -1,8 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project

---

<!--- 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 -->


### Suggested solution
<!--- An overview of the suggested solution -->

2 changes: 1 addition & 1 deletion .github/config.yml
Expand Up @@ -4,7 +4,7 @@

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening your first issue here! Be sure to follow the [issue template](https://github.com/LiskHQ/lisk-hub/blob/development/.github/issue_template.md)!
Thanks for opening your first issue here! Be sure to follow the issue template for [bug report](https://github.com/LiskHQ/lisk-hub/blob/development/.github/ISSUE_TEMPLATE/bug_report.md) or [feature request](https://github.com/LiskHQ/lisk-hub/blob/development/.github/ISSUE_TEMPLATE/feature_request.md)!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING_GUIDE.md
Expand Up @@ -25,7 +25,7 @@ Go to [issues tab](https://github.com/LiskHQ/lisk-hub/issues) and look for
## Reporting issues

1. Check if problem already exist in [issues tab](https://github.com/LiskHQ/lisk-hub/issues)
2. If not, create a new [issue](https://github.com/LiskHQ/lisk-hub/issues/new)
2. If not, create a new [issue](https://github.com/LiskHQ/lisk-hub/issues/new/choose)
3. Fill our [template](/.github/issue_template.md)
4. Click `Submit new issue`
##### Guidance
Expand Down

0 comments on commit 4ddd844

Please sign in to comment.