We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fdd21 commit 0a80b4cCopy full SHA for 0a80b4c
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -12,7 +12,7 @@ body:
12
id: git-for-windows-version
13
attributes:
14
label: Git for Windows version
15
- description: Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
+ description: Which version of Git for Windows are you using?
16
placeholder: Please insert the output of `git --version --build-options` here
17
render: shell
18
validations:
@@ -34,10 +34,11 @@ body:
34
id: windows-arch
35
36
label: Windows CPU architecture
37
- description: Is your Windows 32-bit or 64-bit?
+ description: What CPU Archtitecture does your Windows target?
38
options:
39
- - 32-bit
40
- - 64-bit
+ - i686 (32-bit)
+ - x86_64 (64-bit)
41
+ - ARM64
42
default: 1
43
44
required: true
0 commit comments