-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Create issue templates (#1554)
* chore: Create issue templates Updating the issue templates in project. * chore: remove old issue template * docs: add info to CHANGES * chore: remove duplicate file
- Loading branch information
Showing
5 changed files
with
86 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'type: bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Provide steps to reproduce the behavior or include sample plugin code. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- Errbot version: | ||
- OS version: | ||
- Python version: | ||
- Using a virtual environment: yes/no | ||
- Using Docker: yes/no | ||
|
||
**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,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'type: feature' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**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 [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Is feature related to** | ||
|
||
- [ ] Backend support | ||
- [ ] Plugins (storage, flows) | ||
- [ ] Functionality | ||
- [ ] Other | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
31 changes: 31 additions & 0 deletions
31
.github/ISSUE_TEMPLATE/support---running-bot-or-plugins.md
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,31 @@ | ||
--- | ||
name: Support - Running bot or plugins | ||
about: Requesting help with running errbot | ||
title: '' | ||
labels: 'type: support/question' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Need help with** | ||
|
||
- [ ] Running the bot | ||
- [ ] Writing plugin | ||
- [ ] Other | ||
|
||
**Issue description** | ||
Please describe the issue. The more information you can provide, the better. | ||
|
||
**Steps to reproduce** | ||
Provide steps to reproduce the behavior or include sample plugin code. | ||
|
||
**Environment (please complete the following information):** | ||
- Errbot version: | ||
- OS version: | ||
- Python version: | ||
- Using a virtual environment: yes/no | ||
- Using Docker: yes/no | ||
|
||
|
||
**Additional info** | ||
If you have any more information, please specify it 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