Skip to content

Commit 5ea1ae2

Browse files
committed
Merge branch 'master' into arm64
2 parents 703c264 + 146c27e commit 5ea1ae2

File tree

439 files changed

+7132
-41516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

439 files changed

+7132
-41516
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
labels: Bug
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Please, make sure you are using [latest](https://github.com/Open-Shell/Open-Shell-Menu/releases) `Open-Shell` build before reporting a bug.**
10+
Especially on `Windows 11` you should use 4.4.190 (or newer).
11+
- type: textarea
12+
attributes:
13+
label: Describe the bug
14+
description: A clear and concise description of what the bug is. Screenshots are also encouraged.
15+
placeholder: Please use English for reports and screenshots to allow maintainers to easily understand the issue.
16+
validations:
17+
required: true
18+
- type: dropdown
19+
attributes:
20+
label: Area of issue
21+
description: What component(s) of Open-Shell does this involve? Select all that apply.
22+
multiple: true
23+
options:
24+
- Start menu
25+
- Taskbar
26+
- Windows Explorer
27+
- Internet Explorer
28+
- Installation/Other
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: To reproduce
34+
description: Steps to reproduce the behavior
35+
placeholder: |
36+
1. Go to '...'
37+
2. Click on '....'
38+
3. Scroll down to '....'
39+
4. See error
40+
validations:
41+
required: true
42+
- type: textarea
43+
attributes:
44+
label: Expected behavior
45+
placeholder: What did you expect to happen?
46+
- type: input
47+
attributes:
48+
label: Open-Shell version
49+
placeholder: e.g. 4.4.170
50+
validations:
51+
required: true
52+
- type: input
53+
attributes:
54+
label: Windows version
55+
placeholder: e.g. Windows 10 22H2
56+
validations:
57+
required: true
58+
- type: textarea
59+
attributes:
60+
label: Additional context
61+
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Github Discussions
4+
url: https://github.com/Open-Shell/Open-Shell-Menu/discussions
5+
about: Please ask and answer questions here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: Enhancement/Feature Request
4+
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Is your feature request related to a problem? Please describe.
9+
description: A clear and concise description of what the problem is.
10+
placeholder: Ex. I'm always frustrated when [...]
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Describe the solution you'd like
16+
description: A clear and concise description of what you want to happen.
17+
validations:
18+
required: true
19+
- type: dropdown
20+
attributes:
21+
label: Area of issue
22+
description: What component(s) of Open-Shell does this involve? Select all that apply.
23+
multiple: true
24+
options:
25+
- Start menu
26+
- Taskbar
27+
- Windows Explorer
28+
- Internet Explorer
29+
- Installation/Other
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: Alternatives you've considered
35+
description: A clear and concise description of any alternative solutions or features you've considered.
36+
- type: textarea
37+
attributes:
38+
label: Additional context
39+
description: Add any other context or screenshots about the feature request here.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ StyleCopReport.xml
7171
*_i.c
7272
*_p.c
7373
*_i.h
74+
*_h.h
7475
*.ilk
7576
*.meta
7677
*.obj
@@ -351,7 +352,6 @@ ASALocalRun/
351352
*.PVS-Studio.*
352353

353354
# Classic-Shell specific ignores
354-
Src/StartMenu/Skins/
355355
Src/Setup/Output/
356356
Src/Setup/Final/
357357
Src/Setup/Temp/

0 commit comments

Comments
 (0)