Skip to content

Commit 465110a

Browse files
committed
Update issue templates
1 parent 79473f2 commit 465110a

File tree

4 files changed

+59
-35
lines changed

4 files changed

+59
-35
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Bug report
2+
description: Create a report to help the GitKraken CLI improve
3+
title: "[BUG]"
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
description: Please provide a concise description of what you're experiencing, what you expected to happen, and any steps to reproduce the behavior.
9+
placeholder: |
10+
1. In this environment...
11+
2. With this config...
12+
3. Run '...'
13+
4. See error...
14+
validations:
15+
required: true
16+
- type: input
17+
id: cliversion
18+
attributes:
19+
label: GitKraken CLI Version
20+
description: What version of GitKraken CLI are you using?
21+
placeholder: 1.0.6
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: osversion
26+
attributes:
27+
label: OS Version
28+
description: What version of your Operating System are you using?
29+
placeholder: |
30+
For Windows users:
31+
- Operating System or distribution: Windows 10, macOS Big Sur, Ubuntu 21.04, Fedora 34...
32+
- Version:
33+
- Architecture: ARM, Intel
34+
validations:
35+
required: false
36+
- type: input
37+
id: git
38+
attributes:
39+
label: Git Version
40+
description: 'What version of Git are you using? Use `git --version`'
41+
placeholder: 'git version 2.37.0.windows.1'
42+
validations:
43+
required: false
44+
- type: textarea
45+
attributes:
46+
label: Logs, Screenshots, Screen Captures, etc
47+
description: |
48+
Logs? Links? References? Anything that will give us more context about the issue you are encountering!
49+
placeholder: |
50+
Describe your problem here with anything that can help us identify and solve the issue.
51+
validations:
52+
required: false

.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: Documentation
4+
url: https://gitkraken.github.io/gk-cli/docs/gk.html
5+
about: Read the GitKraken CLI support documentation

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
3+
about: Suggest an idea for GitKraken CLI
4+
title: "[FEAT]"
75

86
---
97

0 commit comments

Comments
 (0)