Skip to content

Commit

Permalink
Merge pull request #147 from bithost-gmbh/feature/issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
maechler committed Apr 10, 2020
2 parents 65f374b + 5cdad61 commit 2c7db74
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: maechler

---

**Describe the bug**
A clear and concise description of what the bug is. If an error happens, please include the exact error message.

**Environment**
TYPO3 version(s): [e.g. `v8.7.12`, `v9.5.14`]
pdfviewhelpers version: [e.g. `v2.2.2`]

**Steps to reproduce**
Tell us how to reproduce this issue. Preferably with a fresh TYPO3 installation and no additional extensions installed apart from `EXT:pdfviewhelpers`.

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

**Possible solution**
Do you already have an idea how to solve this issue?
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: maechler

---

**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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/support-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Support question
about: If you have a question, please checkout our documentation or Stack Overflow.
title: ''
labels: question
assignees: maechler

---

- Have you consulted the [documentation](https://docs.typo3.org/typo3cms/extensions/pdfviewhelpers/)?
- Have you googled your question?
- Have you asked your colleagues for help?

If you could answer all this questions with yes, please feel free to open an issue with your question. We will try our best to help you.

0 comments on commit 2c7db74

Please sign in to comment.