Skip to content

Commit

Permalink
Technical/Update github issue templates (#106)
Browse files Browse the repository at this point in the history
* Updated bug report template
* Updated issue report template
* Updated feature request template
* Updated question template
  • Loading branch information
bestwebua authored Nov 15, 2020
1 parent eb118bd commit 7045448
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: [BUG]
title: "[BUG] Your bug report title here"
labels: bug
assignees: bestwebua

Expand All @@ -16,6 +16,8 @@ assignees: bestwebua
- [ ] I have read the [documentation](https://truemail-rb.org/truemail-gem)
- [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail/issues)

<!-- Please use next pattern for your bug report title: [BUG] Your bug report title here -->

### Bug description
<!-- Please include what's happening, expected behavior, and any relevant code samples -->

Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for Truemail
title: [FEATURE]
title: "[FEATURE] Your feature request title here"
labels: enhancement
assignees: bestwebua

Expand All @@ -16,6 +16,8 @@ assignees: bestwebua
- [ ] I have read the [documentation](https://truemail-rb.org/truemail-gem)
- [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail/issues)

<!-- Please use next pattern for your feature request title: [FEATURE] Your feature request title here -->

### Feature description

<!-- Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/issue_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Issue report
about: Create a report to help us improve
title: [ISSUE]
title: "[ISSUE] Your issue report title here"
labels: ''
assignees: bestwebua

Expand All @@ -16,6 +16,8 @@ assignees: bestwebua
- [ ] I have read the [documentation](https://truemail-rb.org/truemail-gem)
- [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail/issues)

<!-- Please use next pattern for your issue report title: [ISSUE] Your issue report title here -->

### Issue description
<!-- Please include what's happening, expected behavior, and any relevant code samples -->

Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Question
about: Ask your question to Truemail team
title: [QUESTION]
title: "[QUESTION] Your question title here"
labels: question
assignees: bestwebua

Expand All @@ -15,6 +15,8 @@ assignees: bestwebua
- [ ] I have read the [documentation](https://truemail-rb.org/truemail-gem)
- [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail/issues)

<!-- Please use next pattern for your question title: [QUESTION] Your question title here -->

### Question

<!-- Your question context here -->

0 comments on commit 7045448

Please sign in to comment.