-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters