Skip to content

Commit

Permalink
41 repository housekeeping (#42)
Browse files Browse the repository at this point in the history
* 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
microBob authored Mar 21, 2023
1 parent 840c51d commit a05d1fc
Show file tree
Hide file tree
Showing 15 changed files with 129 additions and 613 deletions.
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
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"
83 changes: 0 additions & 83 deletions .github/nd_config/Comments.txt

This file was deleted.

101 changes: 0 additions & 101 deletions .github/nd_config/Languages.txt

This file was deleted.

Loading

0 comments on commit a05d1fc

Please sign in to comment.