-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
1 parent
d76cd55
commit 21ca015
Showing
5 changed files
with
98 additions
and
51 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,60 @@ | ||
name: "Bug report" | ||
description: Report an issue regarding Mythic. | ||
title: "[bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Thanks for taking the time to create a bug report. Please search existing issues before submitting, as the issue may have already been addressed. | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, describe how in the description. | ||
placeholder: Description of happened and what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: How to reproduce | ||
description: A step-by-step description of how to reproduce the bug. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. See error | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: system-information | ||
attributes: | ||
label: Mac & App Information | ||
description: Help us understand the environment of the bug by providing information about your system and the app. | ||
placeholder: | | ||
- Model: MacBook Air M2 16gb | ||
- OS: macOS Sonoma 14.5 | ||
- App Version: 0.3.0 | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: "If applicable, provide logs that may help us understand the issue." | ||
render: bash | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Before submitting | ||
description: By submitting this issue, you confirm you did the following things. | ||
options: | ||
- label: I've made research efforts | ||
required: true | ||
- label: I've searched for existing issues | ||
required: true |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: View documentation | ||
url: https://docs.getmythic.app/ | ||
about: If you're looking for documentation on how to use Mythic, check out our documentation. | ||
- name: Get Help on Discord | ||
url: https://discord.gg/qbc32gtZDt | ||
about: If you can't get something to work or just want to chat, join our Discord server. |
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,30 @@ | ||
name: "Feature request" | ||
description: Create a feature request for Mythic. | ||
title: "[feat]: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Thanks for taking the time to create a feature request! Please search existing issues before submitting, as the issue may have already been addressed. | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature description | ||
description: Tell us about your feature request | ||
placeholder: "I think this feature would be nice to have because..." | ||
value: "Describe your feature request..." | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Before submitting | ||
description: By submitting this request, you confirm you did the following things. | ||
options: | ||
- label: I've made research efforts and searched the documentation | ||
required: true | ||
- label: I've searched for existing issues and PRs | ||
required: true |