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
37 changes: 30 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: Bug Report
description: Create a bug report to help improve Files
labels: [bug]
body:

# Description
- type: textarea
attributes:
label: Description
description: A clear and concise description of what the issue is.
validations:
required: true

# Step To Reproduce
- type: textarea
attributes:
label: Steps To Reproduce
Expand All @@ -18,32 +22,51 @@ body:
3.
validations:
required: true

# Requirements
- type: textarea
attributes:
label: Requirements
description: describe the expected behavior (eg. Fix crash that occurs when...). If left blank, the issue will likely be closed without discussion.
value: |
- eg. Fix crash that occurs when...
- e.g. Fix crash that occurs when...
validations:
required: true

# Files Version
- type: input
id: files-version
id: files_version
attributes:
label: Files Version
description: Which version of Files are you using? The version number can be found by going to Files' Settings > About
placeholder: "e.g. Version: 2.0.34.0 OS Version: 10.0.22000.000"
placeholder: "e.g. Version: 2.0.34.0"
validations:
required: true
- type: input

# Windows Version
- type: dropdown
id: windows_version
attributes:
label: Windows Version
description: Which version of Windows are you using? Press <kbd>Win</kbd> + <kbd>Pause/Break</kbd> and copy.
placeholder: e.g. Windows 11 21H2 22000.000
description: Which version of Windows are you using?
multiple: true
options:
- 'Windows 11 Insider: 25xxx series'
- 'Windows 11 Insider: 23xxx series'
- 'Windows 11 (22H2): 22621'
- 'Windows 11 (21H2): 22000'
- 'Windows 10 (22H2): 19045'
- 'Windows 10 (21H2): 19044'
- 'Windows 10 (21H1): 19043'
- 'Windows 10 (20H2): 19042'
- 'Windows 10 (2004): 19041'
validations:
required: true

# Log File
- type: textarea
attributes:
label: Log file
label: Log File
description: |
Please upload the log file as an attachment (DO NOT COPY OR PASTE THE CONTENTS INTO THIS FIELD)
placeholder: |
Expand Down
29 changes: 26 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,24 @@ name: Feature Request
description: This project thrives from differentiation from competing apps. Suggest an idea for Files
labels: [feature request]
body:

# Description
- type: textarea
attributes:
label: What feature or improvement do you think would benefit Files?
description: Please include your use case
validations:
required: true

# Tooltip about Requirements
- type: markdown
attributes:
value: |
---

Please include a list changes required to make this improvement. A good rule of thumb is to start your proposal with no more than 7 high-level requirements.

# Requirements
- type: textarea
attributes:
label: Requirements
Expand All @@ -24,6 +30,8 @@ body:
- This proposal will accomplish Z
validations:
required: true

# Files Version
- type: input
id: files-version
attributes:
Expand All @@ -32,13 +40,28 @@ body:
placeholder: 'Version: 2.0.36.0'
validations:
required: true
- type: input

# Windows Version
- type: dropdown
id: windows_version
attributes:
label: Windows Version
description: Which version of Windows are you currently using? Press <kbd>Win</kbd> + <kbd>Pause/Break</kbd> and copy.
placeholder: e.g. Windows 11 21H2 22000.194
description: Which version of Windows are you using?
multiple: true
options:
- 'Windows 11 Insider: 25xxx series'
- 'Windows 11 Insider: 23xxx series'
- 'Windows 11 (22H2): 22621'
- 'Windows 11 (21H2): 22000'
- 'Windows 10 (22H2): 19045'
- 'Windows 10 (21H2): 19044'
- 'Windows 10 (21H1): 19043'
- 'Windows 10 (20H2): 19042'
- 'Windows 10 (2004): 19041'
validations:
required: true

# Additional Comments
- type: textarea
attributes:
label: Comments
Expand Down