Skip to content

Commit

Permalink
Merge pull request #1730 from teambit/github-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
itaymendel authored Jun 13, 2019
2 parents 4048aec + c0ceefe commit 34ef5e7
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: Bug Report
about: Report a bug in Bit
title: ''
labels: type/bug
assignees: ''

---

<!--
Before submitting a new issue, please search past issues (open or closed).
-->

### Describe the bug

A clear and concise description of the issue.

### Steps to Reproduce

1.
1.
1.

### Expected Behavior

A clear and concise description of what you expected to happen.

### Screenshots, exceptions and logs

If applicable, add screenshots, exceptions, and logs to help explain your problem.

### Specifications

- Bit version:
- Node version:
- npm / yarn version:
- Platform:
- Bit compiler (include version):
- Bit tester (include version):

### Additional context

Add any other context about the problem here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/2-support-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Support Request
about: Questions and requests for support
title: ''
labels: type/help wanted
assignees: ''

---

<!--
Before submitting a new issue, please search past issues (open or closed).
-->

### Description

<!-- A clear and concise description of what you are trying to achieve -->

### Context and additional information

<!-- A clear and concise description of the type of project and environment. Anything that will help others get a better understanding of your use case. -->
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/3-feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Feature request
about: Suggest a new capability or modification for Bit
title: ''
labels: type/feature
assignees: ''

---

<!--
Before submitting a new issue, please search past issues (open or closed).
-->

### Description

<!-- A clear and concise description of what the problem or missing feature -->

### Describe the solution you'd like

<!-- A clear and concise description of how you'd like Bit to solve the problem -->

### Describe alternatives you've considered

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

### Additional context

<!-- Add any other context or screenshots, logs, commands, and examples about the feature request here. -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/4-docs-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Docs Issue Report
about: Report an issue with docs.bit.dev
title: ''
labels: ''
assignees: ''

---

<!--
Please file any Docs issues at: https://github.com/https://github.com/teambit/bit-docs
-->

0 comments on commit 34ef5e7

Please sign in to comment.