-
Notifications
You must be signed in to change notification settings - Fork 937
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1730 from teambit/github-templates
Update issue templates
- Loading branch information
Showing
4 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--> |