Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
johannac committed Apr 13, 2020
1 parent f4ed969 commit 704bd8a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,46 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Describe your bug"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment the bug happens in (Desktop, Mobile, CLI) (please complete the following information):**
- OS: [e.g. Mac, iOS, Windows]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Version of Attendize you are using**
- Master branch or release tag

**Where you are running Attendize**
- in Docker, a Virtual Machine, Shared Webhost, VPS etc

**What version or Operating System are you using on the above server**
- e.g. Ubuntu 14.04

**What version of PHP you are using on the above server**
- e.g PHP 7.1
**What web server are you using Attendize with**
- Nginx or Apache.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE] Describe your feature"
labels: 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.

**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 about the feature request here.

0 comments on commit 704bd8a

Please sign in to comment.