Skip to content

Commit 0a80b4c

Browse files
committed
fixup! Add an issue template
We support ARM64 now, so users should be able to report issues on ARM64. Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 42fdd21 commit 0a80b4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: git-for-windows-version
1313
attributes:
1414
label: Git for Windows version
15-
description: Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
15+
description: Which version of Git for Windows are you using?
1616
placeholder: Please insert the output of `git --version --build-options` here
1717
render: shell
1818
validations:
@@ -34,10 +34,11 @@ body:
3434
id: windows-arch
3535
attributes:
3636
label: Windows CPU architecture
37-
description: Is your Windows 32-bit or 64-bit?
37+
description: What CPU Archtitecture does your Windows target?
3838
options:
39-
- 32-bit
40-
- 64-bit
39+
- i686 (32-bit)
40+
- x86_64 (64-bit)
41+
- ARM64
4142
default: 1
4243
validations:
4344
required: true

0 commit comments

Comments
 (0)