-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove natural docs * Upgrade to form templates * Enable merge queue * Enable dependabot * Added commit tokens and disabled build/test * Removed wiki formatting * Removed 2nd markdown linting
- Loading branch information
Showing
15 changed files
with
129 additions
and
613 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,62 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
title: "[BUG]: " | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
placeholder: "This wasn't supposed to happen..." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: how-to-reproduce | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior | ||
placeholder: | | ||
1. Go to '...' | ||
2. Do this '...' | ||
3. See error | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: "It was supposed to do this..." | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: desktop | ||
attributes: | ||
label: Desktop Information | ||
description: Explain what environment you encountered the problem in | ||
placeholder: "OS: Windows 10, Version: 1.0" | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: plan | ||
attributes: | ||
label: Do you plan to solve this issue yourself? | ||
options: | ||
- "Yes" | ||
- "No" | ||
- "I need help" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
validations: | ||
required: false |
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,41 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
title: "[FEATURE]: " | ||
labels: ["feature"] | ||
body: | ||
- type: textarea | ||
id: related-problem | ||
attributes: | ||
label: What will this feature resolve? | ||
description: Is your feature request related to a problem? Please describe. | ||
placeholder: "I'm always frustrated when..." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: "It would be nice if..." | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: plan | ||
attributes: | ||
label: Do you plan to solve this issue yourself? | ||
options: | ||
- "Yes" | ||
- "No" | ||
- "I need help" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
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,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" # See documentation for possible values | ||
directory: ".github/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.