Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added issue templates #113

Merged
merged 8 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
name: Bug Report
description: File a bug report to help improving flakeshot!
title: "Bug Report"
labels:
- bug
projects:
- eneoli/flakeshot
assignees: []
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: A bug happened!
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: How can we reproduce the bug?
description: A small HowTo trigger the issue.
placeholder: 1. Run flakeshot in tray mode \n 2. ...
validations:
required: true
- type: dropdown
id: display-protocol
attributes:
label: Display Protocol
description: Do you use Wayland or X11?
options:
- Wayland
- X11
default: 0
validations:
required: true
- type: input
id: distro
attributes:
label: Which Linux Distro do you use?
placeholder: I use Arch btw.
TornaxO7 marked this conversation as resolved.
Show resolved Hide resolved
- type: textarea
id: monitors
attributes:
label: How many monitors do you have and how are they orientated?
placeholder: I have two monitors both orientateed side to side in landscape.
eneoli marked this conversation as resolved.
Show resolved Hide resolved
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be
automatically formatted into code, so no need for backticks.
render: shell
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 to improve flakeshot!
title: ''
labels: 'feature request'
assignees: ''

---
eneoli marked this conversation as resolved.
Show resolved Hide resolved

**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.