Skip to content

Commit

Permalink
chore: Create issue templates (#1554)
Browse files Browse the repository at this point in the history
* 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
sijis authored Jan 29, 2022
1 parent 7337519 commit 465f8e3
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 30 deletions.
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

0 comments on commit 465f8e3

Please sign in to comment.