chore: setup multiple issue templates

pull/241/head
Romain 3 years ago
parent 999d416734
commit 3d7078ed13

@ -1,40 +0,0 @@
<!--
Hi!
Thanks for taking the time to submit a feature request or bug report. Please try to fill out the relevant fields, and remove any irrelevant section from this template.
-->
## Feature request
Please describe the new feature or behaviour you'd like to see.
If possible, give a concrete use case.
## Bug report
If running as an npm package:
```
Thumbsup version: __________
Node version: __________
NPM version: __________
Operating system: __________
```
If running as a Docker container:
```
Thumbsup image tag: __________
Docker version: __________
Operating system: __________
```
About the bug...
- Are you getting an error message?
- Have you tried running `DEBUG="*" thumbsup <args>` to get more troubleshooting info?
- Is the behavior different from expected?
- Can you provide steps to reproduce the issue?

@ -0,0 +1,24 @@
---
name: Bug report
about: Something went wrong? Create a bug report to help us improve.
labels: bug
---
<!--
Thanks for submitting a bug report.
Please fill out the sections below.
-->
## Bug description
<!--
Are you getting an error message?
Is the behavior different from expected?
Have you tried running `thumbsup <args> --log debug`?
-->
## Steps to reproduce
<!--
Please provide minimal steps to reproduce the issue.
-->

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Documentation update
url: https://github.com/thumbsup/docs
about: Something missing in the documentation? Please open a pull-request over there.
- name: Ideas and questions
url: https://github.com/thumbsup/thumbsup/discussions
about: Have questions about Thumbsup? Want to discuss ideas for the project?

@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest a new feature for Thumbsup.
labels: enhancement
---
## Feature name
<!--
Please describe the new feature or behaviour you'd like to see.
If possible, give concrete use cases.
If this is a high-level idea or a question like "how do I..."
then a Discussion might be a better choice.
-->

@ -0,0 +1,24 @@
---
name: Installation issues
about: Any problem installing Thumbsup?
labels: installation
---
If trying to install Thumbsup locally:
```
Thumbsup version: __________
Node version: __________
NPM version: __________
Operating system: __________
```
If trying to run the Docker image:
```
Thumbsup image tag: __________
Docker version: __________
Operating system: __________
```
What are the error messages?
Loading…
Cancel
Save