Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/1-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: โญ Feature Request
description: Suggest a new feature or improvement to the project.
title: "[FEATURE]: "
labels:
- "enhancement"
- "documentation"
- "help wanted"
- "good first issue"

body:
- type: markdown
id: introduction
attributes:
value: |
Thanks for taking the time to fill out this feature request ๐Ÿ’› it's very appreciated!
Please provide as much detail as possible to help us understand and potentially implement the feature.

- type: textarea
id: feature-description
attributes:
label: What feature would you like, or what problem are you facing?
description: Describe the feature you would like to see implemented or the problem you are experiencing.
validations:
required: true

- type: textarea
id: proposed-solution
attributes:
label: What's your proposed solution?
description: A clear description of the enhancement you propose. Please include relevant information and resources if applicable.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, please add screenshots to help explain your request.
validations:
required: false

- type: dropdown
id: assignee
attributes:
label: Do you want to work on this issue/improvement?
options:
- "Maybe"
- "Yes"
- "No"
default: 0
multiple: false
validations:
required: false

- type: textarea
id: extra-info
attributes:
label: Any additional context?
description: Add any other relevant context about your proposed solution.
placeholder: |
Examples:

- The solution will affect other functions (potential script breaking changes) ...
- Influences and relationship to other functionality ...
- My considered alternatives are ...
validations:
required: false

- type: markdown
id: thanks
attributes:
value: |
Thanks for your effort and interest โœŒ๏ธ in improving the project.
132 changes: 132 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
name: ๐Ÿชฒ Bug Report
description: Report a bug or unexpected behavior to help improve the project.
title: "[BUG]: "
labels:
- "bug"
- "invalid"

body:
- type: markdown
id: introduction
attributes:
value: |
Thanks for taking the time to fill out this bug report ๐Ÿ’› it's very appreciated!
Please provide as much detail as possible to help us identify and fix the issue.

- type: textarea
id: what-happened
attributes:
label: What happened?
description: A clear description of the bug you have found. Please include relevant information and resources if applicable.
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: What did you expect to happen?
description: A clear description of what you think the expected behavior should be.
validations:
required: true

- type: textarea
id: reproduction-steps
attributes:
label: Which steps did you take to reproduce the bug?
description: A clear description of the steps taken to reproduce the buggy behavior.
placeholder: |
You know the steps? Please try to follow the format below to provide steps to reproduce.

1. Go to ...
2. Click on ...
3. Scroll down to ...
4. Do this and that ...
5. See error

You don't know the exact steps? Just include any relevant details like:

- What you were trying to do ...
- What went wrong ...
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, please add screenshots to help explain your problem.
validations:
required: false

- type: dropdown
id: version
attributes:
label: Version
description: What version of the project are you running? See Releases (or TAGs) of the repository.
options:
- latest version
- older version
- unknown
default: 0
multiple: false
validations:
required: true

- type: input
id: specific-version
attributes:
label: Older or unknown version?
description: In case there are no Releases (or TAGs) in the repository yet, please see possible version information within the code base.
placeholder: |
Example: "0.17.1" or "0.5.0 - 2026-01-22"
validations:
required: false

- type: dropdown
id: assignee
attributes:
label: Do you want to work on this issue/fix?
options:
- "Maybe"
- "Yes"
- "No"
default: 0
multiple: false
validations:
required: false

- type: checkboxes
id: system-under-test
attributes:
label: What system are you running?
description: Please select all applicable options where the bug occurred for you.
options:
- label: Windows 11 (x64)
- label: Windows 10 (x64)
- label: Windows 10 (x86)
- label: other Windows version
- label: other operating system
validations:
required: true

- type: textarea
id: extra-info
attributes:
label: Any additional context?
description: Add any other context about the problem or your specific environment here if relevant.
placeholder: |
Examples:

- I am using Browser version ...
- I am using Go version ...
- I am using Node.js version ...
- I am using AutoIt version ...
- I am using .NET (C#) version ...
validations:
required: false

- type: markdown
id: thanks
attributes:
value: |
Thanks for your effort and interest โœŒ๏ธ in improving the project.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/3-general-question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: ๐Ÿ’ฌ General Question
description: Ask a general question or start a discussion about the project.
title: "[QUESTION]: "
labels:
- "question"

body:
- type: markdown
id: introduction
attributes:
value: |
Thanks for your interest in the project ๐Ÿ’› feel free to ask any general questions or start a discussion here.
Please provide as much detail as possible to help others understand your question or topic.

- type: textarea
id: question-topic
attributes:
label: What is your question or topic?
description: Clearly state your question or the topic you want to discuss.
validations:
required: true

- type: textarea
id: context
attributes:
label: What context or background information can you provide?
description: Add any relevant details, background, or examples to help others understand your question.
validations:
required: false

- type: textarea
id: prior-attempts
attributes:
label: What have you tried or researched already?
description: Briefly describe any steps you've taken or resources you've checked before posting your question.
validations:
required: false

- type: textarea
id: extra-info
attributes:
label: Any additional comments?
description: Add any other comments, links, or related discussions here.
validations:
required: false

- type: markdown
id: thanks
attributes:
value: |
Thanks for your effort and interest โœŒ๏ธ in improving the project.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Generally curious?
url: https://github.com/stefankueng
about: Feel free to explore my profile and repositories on GitHub.