Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Create issue templates #1554

Merged
merged 4 commits into from
Jan 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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 .github/ISSUE_TEMPLATE/support---running-bot-or-plugins.md
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.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fixes:
- fix: python 2 version references in docs and init template (#1543)
- backends: deprecate built-in Slack and SlackRTM (#1526)
- chore: remove python 3.6 checks and test environment (#1540)
- chore: add/update issue templates (#1554)

v6.1.8 (2021-06-21)
-------------------
Expand Down