-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
8 changed files
with
152 additions
and
10 deletions.
There are no files selected for viewing
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,47 @@ | ||
name: Bug Report | ||
description: Report a bug to help me improve goautomate | ||
title: " " | ||
labels: ["bug"] | ||
assignees: "nicconike" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to help everyone identify and fix the bug | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe your issue | ||
placeholder: When I run this then this happens | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
placeholder: | | ||
1. Go here | ||
2. Import this | ||
3. Run this | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What was the expected result? | ||
placeholder: I expected this to happen | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Attach here any screenshots, if applicable (optional) | ||
- type: dropdown | ||
id: assign | ||
attributes: | ||
label: "Would you like to work on this issue?" | ||
options: | ||
- "Yes" | ||
- "No" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for reporting this issue! I will get back to you as soon as possible. |
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: true | ||
contact_links: | ||
- name: Questions | ||
url: https://discord.gg/UbetHfu | ||
about: You can join or create new discussions on Discord. | ||
- name: Script does not work | ||
url: https://github.com/nicconike/goautomate/blob/master/CONTRIBUTING.md | ||
about: Before opening a new issue, please make sure to read CONTRIBUTING.md |
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,17 @@ | ||
name: Documentation | ||
description: Suggest improvements or report issues with the documentation | ||
title: " " | ||
labels: ["documentation"] | ||
assignees: "nicconike" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to properly describe the new change that you are suggesting for the documentation | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the documentation change | ||
placeholder: This change will help improve the users understand the doc in a better way | ||
validations: | ||
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,39 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: " " | ||
labels: ["enhancement"] | ||
assignees: "nicconike" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to properly describe the new feature you are suggesting | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature | ||
placeholder: A change in this script to add this feature X | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: rationale | ||
attributes: | ||
label: It should be implemented because | ||
placeholder: It will add this new functionality to the feature | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
placeholder: | | ||
Add any other context or screenshots about the feature request here. | ||
- type: dropdown | ||
id: assign | ||
attributes: | ||
label: "Would you like to work on this issue?" | ||
options: | ||
- "Yes" | ||
- "No" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for your suggestion! Let's see together if it can be implemented |
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,17 @@ | ||
name: Help Wanted | ||
description: Request help for a specific issue or concern | ||
title: " " | ||
labels: ["help wanted"] | ||
assignees: "nicconike" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to properly describe the new issue | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the scenario | ||
placeholder: I am unable to do this, need help! | ||
validations: | ||
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,17 @@ | ||
name: Question | ||
description: Ask a question about this project | ||
title: " " | ||
labels: ["question"] | ||
assignees: "nicconike" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to properly describe your question | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the question | ||
placeholder: How is this feature implemented? What does this script do? | ||
validations: | ||
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
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