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

Add issue forms to repository #2166

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Bug report
description: Report an issue
labels:
- bug
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. Please try to isolate the issue to ExplorerPatcher by disabling other
customization software.
validations:
required: true
- type: input
attributes:
label: Windows OS Build number
description: Find your Windows build number in the About tab of
ExplorerPatcher's properties window, or by running `winver`
placeholder: "22621.2283"
validations:
required: true
- type: input
attributes:
label: ExplorerPatcher version
description: Find your ExplorerPatcher version in the About tab of ExplorerPatcher's
properties window, or by going to Installed Apps in Windows Settings
placeholder: 22621.2283.57.2
validations:
required: true
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
blank_issues_enabled: true
contact_links:
- name: Questions
about: Ask questions and receive support
url: https://github.com/valinet/ExplorerPatcher/discussions/categories/q-a
- name: Feature requests
about: Suggestions for new features and enhancements
url: https://github.com/valinet/ExplorerPatcher/discussions/categories/ideas
- name: Wiki
about: Useful documentation on ExplorerPatcher
url: https://github.com/valinet/ExplorerPatcher/wiki
- name: Showcase
about: Show off your system or give tips and tricks
url: https://github.com/valinet/ExplorerPatcher/discussions/categories/show-and-tell
Loading