Skip to content

Commit

Permalink
Ideas for improved issue templates (privacyidea#1741)
Browse files Browse the repository at this point in the history
* Shorten bug report template
* Fix grammar in bug report template
* Remarks from review
* Make "Installation method" clearer
* Reformulate bug report description
* Some changes
* try to modify the order of issue templates
  • Loading branch information
Friedrich Weber authored and cornelinux committed Aug 21, 2019
1 parent b16e43f commit cfd71ea
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 71 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: Bug report
about: File a bug report to help us improve future versions of privacyIDEA
title: ''
labels: possible bug
assignees: ''

---

<!--
Thank you for filing a bug within privacyIDEA. The more information you provide, the easier it is to identify the problem!
Issues are not meant for asking questions! You're welcome to ask questions in our community forum: https://community.privacyidea.org
privacyIDEA is licensed under the AGPL and comes without warranty. If you require reliable, professional help, please consider getting either
- consultancy
(https://netknights.it/en/leistungen/one-time-services/)
- or the privacyIDEA Enterprise Edition
(https://netknights.it/en/leistungen/service-level-agreements/)
-->

### Top-level intent

What did you try to achieve?

### Steps to reproduce

1.
2.
3.

### Expected outcome

What do you think, how the system should have worked?

### Actual outcome

What did actually happen?

### Configuration

* **privacyIDEA version**:
* **Installation method**: (from Ubuntu packages, github, PyPI, ...)
* **Python version**:
* **Operating system**:
* **Webserver**:
* **Token database**: (MySQL, PostgreSQL, ...)

### Log file

**Set PI_LOGLEVEL = logging.DEBUG in pi.cfg and take a look at the privacyidea.log!**
**If appropriate, attach the log file or paste relevant portions.**
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
name: Are you lost?
about: If you did not find a bug and do not want to suggest a new feature, you probably
have some questions.
about: If you did not find a bug and do not want to suggest a new feature, you probably have some questions.
title: ''
labels: question
assignees: ''

---

To address general questions about the usage of privacyIDEA, we run a destinct forum, where you can discuss your problems in regards to installation, setup or configuration.
To address general questions about the usage of privacyIDEA, we run a distinct forum, where you can discuss your problems in regards to installation, setup or configuration.
Please go to: https://community.privacyidea.org.

The github issues are not ment for such questions.
The github issues are not meant for such questions.
If you still think, that you encountered an issue, that needs a fix or change in the code, you are welcome to file an issue!
67 changes: 0 additions & 67 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

0 comments on commit cfd71ea

Please sign in to comment.