Skip to content

Commit

Permalink
Merge pull request #445 from Mahhheshh/form-issue-template
Browse files Browse the repository at this point in the history
replace issue-template with form issue-template
  • Loading branch information
kjaymiller committed Dec 7, 2023
2 parents 4c901a7 + b137c6b commit cd7a007
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 53 deletions.
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/form_issue_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: Bug Report
description: File a auick bug report
title: "[Bug]: "
labels: ["bug", "triage"]
projects: ["octo-org/1", "octo-org/44"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: summary-of-actions
attributes:
label: Summary Of Actions
description: A brief summary of the problem
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: Operating System
description: What Operating System are you using?
options:
- Windows
- Ubuntu
- Macos
default: 0
validations:
required: true
- type: dropdown
id: python-version
attributes:
label: What Python Version are you using?
options:
- Python 3.12
- Python 3.11
- Python 3.10
- Python 3.9
- type: textarea
id: additional-installations
attributes:
label: Have you installed Plugins/Themes/Custom Parsers?
description: please list them below
- type: textarea
id: commands-code-used
attributes:
label: What did you enter to get the output that you recieved?
render: shell
- type: textarea
id: output
attributes:
label: Output
description: Copy the Error or output that you recieve.
render: shell
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/issue_template.md

This file was deleted.

37 changes: 14 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,30 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev
# pip-compile --extra=dev --output-file=requirements.txt pyproject.toml
#
babel==2.13.1
# via mkdocs-material
black==23.10.1
# via render-engine (pyproject.toml)
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# black
# mkdocs
# mkdocstrings
# typer
colorama==0.4.6
# via
# griffe
# mkdocs-material
dtyper==2.4.0
# via render-engine (pyproject.toml)
ghp-import==2.1.0
# via mkdocs
gitdb==4.0.11
# via gitpython
gitpython==3.1.40
# via render-engine (pyproject.toml)
griffe==0.38.0
griffe==0.38.1
# via mkdocstrings-python
idna==3.6
# via requests
Expand All @@ -50,7 +46,7 @@ markdown==3.5.1
# pymdown-extensions
markdown-it-py==3.0.0
# via rich
markdown2==2.4.10
markdown2==2.4.11
# via render-engine (pyproject.toml)
markupsafe==2.1.3
# via
Expand All @@ -69,7 +65,7 @@ mkdocs==1.5.3
# render-engine (pyproject.toml)
mkdocs-autorefs==0.5.0
# via mkdocstrings
mkdocs-material==9.4.10
mkdocs-material==9.4.14
# via render-engine (pyproject.toml)
mkdocs-material-extensions==1.3.1
# via mkdocs-material
Expand All @@ -81,28 +77,23 @@ mkdocstrings-python==1.7.5
# via mkdocstrings
more-itertools==10.1.0
# via render-engine (pyproject.toml)
mypy-extensions==1.0.0
# via black
packaging==23.2
# via
# black
# mkdocs
# pytest
paginate==0.5.6
# via mkdocs-material
pathspec==0.11.2
# via mkdocs
platformdirs==4.1.0
# via
# black
# mkdocs
platformdirs==3.11.0
# via
# black
# mkdocs
# mkdocstrings
pluggy==1.3.0
# via
# pytest
# render-engine (pyproject.toml)
pygments==2.16.1
pygments==2.17.2
# via
# mkdocs-material
# rich
Expand Down Expand Up @@ -142,7 +133,7 @@ requests==2.31.0
# via mkdocs-material
rich==13.7.0
# via render-engine (pyproject.toml)
ruff==0.1.6
ruff==0.1.7
# via render-engine (pyproject.toml)
six==1.16.0
# via python-dateutil
Expand All @@ -151,12 +142,12 @@ smmap==5.0.1
text-unidecode==1.3
# via python-slugify
typer==0.9.0
# via
# dtyper
# render-engine (pyproject.toml)
# via render-engine (pyproject.toml)
typing-extensions==4.8.0
# via typer
urllib3==2.1.0
# via requests
watchdog==3.0.0
# via mkdocs
# via
# mkdocs
# render-engine (pyproject.toml)

0 comments on commit cd7a007

Please sign in to comment.