Skip to content

Commit

Permalink
Merge pull request #78 from tory-brown/feature/tory-brown/issue#75
Browse files Browse the repository at this point in the history
Updated issue templates
  • Loading branch information
leecalcote authored Aug 18, 2020
2 parents 2e17f15 + bd6fb45 commit 19c130f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 26 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
name: Bug/issue report
about: Report an issue to help us improve
about: Report an issue to help improve the project.
title: ''
labels: 'bug'
labels: 'kind/bug'
assignees: ''
---
**Description**
A brief description of the issue.
<!-- A brief description of the issue. -->

**Expected Behavior**
A brief description of what you expected to happen.
<!-- A brief description of what you expected to happen. -->

**Screenshots**
Add screenshots, if applicable, to help explain your problem.
<!-- Add screenshots, if applicable, to help explain your problem. -->

**Enviroment:**
**Environment:**
- OS: [e.g. Ubuntu]
- Browser: [e.g. Chrome, Safari]
- Version: [e.g. 22]
Expand All @@ -29,4 +29,4 @@ Steps to reproduce the behavior:
4. See error

[Optional] **Additional Context**
Add any other context about the problem here.
<!-- Add any other context about the problem here. -->
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
name: Documentation issue
about: Issues related to documenation.
title: ''
labels: 'docs'
about: Issues related to documentation.
title: '[Docs]'
labels: 'area/docs'
assignees: ''
---
**Current State:**


**Desired State:**


---
**Contributor Resources**

- [Meshery documentation site](https://meshery.layer5.io/docs/)
- [Meshery documentation source](https://github.com/layer5io/meshery/tree/master/docs)
- [Instructions for contributing to documentation](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
24 changes: 13 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
---
name: Feature request
about: Suggest an enhancement to this project
name: Feature Request
about: Suggest an enhancement to this project.
title: ''
labels: 'enhancement'
labels: 'kind/enhancement'
assignees: ''
---

**Enhancement Description**
A brief description of the enhancement.
**Current Behavior**
<!-- A brief description of what the problem is. (e.g. I need to be able to...) -->


**Desired Behavior**
<!-- A brief description of the enhancement. -->

**Related Challenges**
A brief description of what the problem is. (e.g. I need to be able to...)

---
[Optional] **Alternatives**
A brief description of any alternative solutions or features you've considered.
**Resources**
<!-- Helpful tools and reference information. -->

[Optional] **Additional context**
Add any other context or screenshots about the feature request here.
**Alternatives / Additional Context**
<!-- A brief description of any alternative solutions or features you've considered or other context that might be helpful. -->
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: General question
about: Request information about the project; clarify behavior of the software
title: ''
labels: 'question'
title: '[Question]'
labels: 'kind/question'
assignees: ''

---

**How can we help?**
A brief description of what question(s) you have and how we can help clarify.
<!-- A brief description of what question(s) you have and how we can help clarify. -->

0 comments on commit 19c130f

Please sign in to comment.