Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiolms committed Jun 12, 2023
1 parent 79473f2 commit 465110a
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 35 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Bug report
description: Create a report to help the GitKraken CLI improve
title: "[BUG]"
body:
- type: textarea
attributes:
label: Description
description: Please provide a concise description of what you're experiencing, what you expected to happen, and any steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true
- type: input
id: cliversion
attributes:
label: GitKraken CLI Version
description: What version of GitKraken CLI are you using?
placeholder: 1.0.6
validations:
required: true
- type: textarea
id: osversion
attributes:
label: OS Version
description: What version of your Operating System are you using?
placeholder: |
For Windows users:
- Operating System or distribution: Windows 10, macOS Big Sur, Ubuntu 21.04, Fedora 34...
- Version:
- Architecture: ARM, Intel
validations:
required: false
- type: input
id: git
attributes:
label: Git Version
description: 'What version of Git are you using? Use `git --version`'
placeholder: 'git version 2.37.0.windows.1'
validations:
required: false
- type: textarea
attributes:
label: Logs, Screenshots, Screen Captures, etc
description: |
Logs? Links? References? Anything that will give us more context about the issue you are encountering!
placeholder: |
Describe your problem here with anything that can help us identify and solve the issue.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Documentation
url: https://gitkraken.github.io/gk-cli/docs/gk.html
about: Read the GitKraken CLI support documentation
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
about: Suggest an idea for GitKraken CLI
title: "[FEAT]"

---

Expand Down

0 comments on commit 465110a

Please sign in to comment.