Skip to content

Commit

Permalink
Merge pull request #132 from shinhub/issues_templates
Browse files Browse the repository at this point in the history
More templates, syntax kungfu.
  • Loading branch information
iceman1001 authored Aug 20, 2019
2 parents 8911d46 + bcbc35c commit 89fd70e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 'Bug Report'
about: 'Something did not function as expected, and you would like to help fixing it.
about: 'Something did not function as expected, and you would like to help fixing it.'
title: '[BUG] Please enter a short description'
labels: 'bug'
assignees: ''
Expand Down
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/forum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: 'Forum'
about: 'You would like to ask questions and/or share information with other users.'
title: '[FORUM] Please enter a topic title'
labels: 'question'
assignees: ''

---
<!-- Everything wrote in between such markers before and after this phrase are comments, will not be displayed, and are to be replaced or can be deleted. -->
<!-- Please get sure you read at least Wiki pages and other issues before requesting here. -->
<!-- Please get sure your question/information stay focused on ChameleonMini RevE firmware, as this repository only cover this. Do not hesitate to open issues on other repositories if you need. -->

<!-- Write your question/information in here. -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: 'Feature/Enhancement Request'
about: 'You would like to place a feature or enhancement request.'
title: '[REQ] Enter a brief description of requested enhancement/feature'
labels: 'enhancement'
assignees: ''

---
<!-- Everything wrote in between such markers before and after this phrase are comments, will not be displayed, and are to be replaced or can be deleted. The rest is to let untouched, except where specified, or your report will be ugly. Use "Preview" tab just above to check how things will be displayed. -->
### Description
<!-- Please describe what you would like to be enhanced or added. -->

### Interest
<!-- Please describe why would this particular enhancement or feature would be of interest to the community. -->

### Possible implementation
<!-- Describe any idea you have on how to implement this feature or enhancement. Put N/A if you do not have any. -->
<!-- Do not hesitate to suggest a detailed implementation plan, including code, to be put between back-quotes paragraphs ``` LIKE THIS ```. -->

0 comments on commit 89fd70e

Please sign in to comment.