Skip to content

Commit 60f8969

Browse files
authored
Merge pull request #1634 from snxx-lppxx/main
Update and rename downloads.md to downloads.yml
2 parents 3d038e2 + ee03804 commit 60f8969

File tree

2 files changed

+44
-32
lines changed

2 files changed

+44
-32
lines changed

.github/ISSUE_TEMPLATE/downloads.md

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

.github/ISSUE_TEMPLATE/downloads.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Downloads on https://git-scm.com not working
3+
description: If you are experiencing problems downloading Git from https://git-scm.com/downloads.
4+
labels: [bug]
5+
6+
body:
7+
# Please follow the instructions below.
8+
# An issue properly explained is solved much faster!
9+
- type: textarea
10+
attributes:
11+
# Provide a brief summary of the issue in the issue title.
12+
label: Which download is failing?
13+
placeholder: Tell us in which page and version is the download broken.
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Problem
19+
placeholder: Explain the problem clearly.
20+
validations:
21+
required: true
22+
- type: input
23+
attributes:
24+
label: Operating system and browser
25+
description: Which operating system and browser are you using?
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
# Provide a detailed list of steps.
31+
# In the rare cases where this is not possible, we will accept a detailed set of instructions.
32+
label: Steps to reproduce
33+
placeholder: |
34+
1.
35+
2.
36+
3.
37+
4.
38+
validations:
39+
required: true
40+
- type: textarea
41+
attributes:
42+
label: Other details
43+
placeholder: Include as many relevant details you may find relevant.
44+
render: shell

0 commit comments

Comments
 (0)