partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 444ee81a1536bf2e84bf5456172a285e8d4d84a7
parent 0ff6e9e60c527039d51aa39e2b6ac00568bb859a
Author: Christian <github@christianwolf.email>
Date:   Sun, 23 Feb 2020 17:55:41 +0100

Updated issue templates to the new system (#1091)


Diffstat:
D.github/ISSUE_TEMPLATE.md | 18------------------
A.github/ISSUE_TEMPLATE/bug_report.md | 53+++++++++++++++++++++++++++++++++++++++++++++++++++++
A.github/ISSUE_TEMPLATE/feature_request.md | 32++++++++++++++++++++++++++++++++
A.github/ISSUE_TEMPLATE/help.md | 12++++++++++++
4 files changed, 97 insertions(+), 18 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md @@ -1,18 +0,0 @@ -[comment]: # (Hi and thanks for an issue. In order to help you best, please fill out the following information.) - -# System Information - -* PartKeepr Version: -* Reproducible on the demo system: Yes/No. -* [JavaScript errors](http://wiki.partkeepr.org/wiki/Issues/Opening_the_JavaScript_Console): - -Please attach files, for example, screenshots to describe your issue. If you can, create a screenshot ob View->System Information. - -# How to reproduce - -Fill in any steps to reproduce the issue. A good description of an issue would be: - -* When I click the button "Add Part" in the "Parts List", then I expect the "Add Part" window to be opened. Instead, I receive an error on the JavaScript console. - -A bad description would be: -* Adding parts do not work diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,53 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Bug +assignees: '' + +--- + +[comment]: # (Hi and thanks for an issue. In order to help you best, please fill out the following information.) + +# Bug description + +[comment]: # (A clear and concise description of what the bug is.) + +[comment]: # (A good description of an issue would be: When I click the button "Add Part" in the "Parts List", then I expect the "Add Part" window to be opened. Instead, I receive an error on the JavaScript console.) + +[comment]: # (A bad description would be: Adding parts do not work) + +## Steps to reproduce + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Expected behavior + +[comment]: # (A clear and concise description of what you expected to happen.) + +## Observed behavior + +[comment]: # (A clear description of what happens instead.) + +## Screenshots and files +[comment]: # (If applicable, add screenshots or other files to help explain your problem. Otherwise remove this section please. If you can, create a screenshot on View->System Information.) + +## System Information + +* PartKeepr Version: +* Reproducible on the demo system: Yes/No. + +## JavaScript errors + +To get the log see [here](http://wiki.partkeepr.org/wiki/Issues/Opening_the_JavaScript_Console). + +<details><summary>JavaScript logs</summary> + +``` +Put the logs here +``` + +</details> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Suggest an idea for a new feature +title: '' +labels: Feature Request +assignees: + +--- + +[comment]: # (Thanks for reporting a missing feature. Depending on the manpower at hand your feature might take some time until it is implemented. Please stay tuned) + +[comment]: # (Alternatively you are welcome to supply a pull request of any feature implementation. We will try to help you with the integration.) + +# Feature description + +[comment]: # (Please describe clearly what feature you would like to have.) + +[comment]: # (If related to the UI, consider adding [fake] screenshots or sketches.) + +# References + +[comment]: # (Is it related to a concrete problem? Describe it to allow us to understand your issue better.) + +[comment]: # (Is there some similar work done?) + +# Alternatives + +[comment]: # (A clear and concise description of any alternative solutions or features you've considered.) + +# Additional information + +[comment]: # (Add any other context or screenshots about the feature request here.) diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md @@ -0,0 +1,12 @@ +--- +name: Help request +about: Request help from the developers or ask for another reason +labels: help-requested +title: '' +assignees: '' + +--- + +[comment]: # (Please be as specific as possible) + +[comment]: # (Please note that there are other channels for custom questions that might be better suited. See https://partkeepr.org/support/. There is a high chance your issue will simply be rejected and closed here. Consider looking on the community channels.)