Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
OverLordGoldDragon committed Jan 4, 2023
1 parent 390e6e1 commit 9823d48
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,22 @@
name: Bug Report
description: Report a bug or issue with ssqueezepy.
body:
- type: textarea
id: summary
attributes:
label: Description
description:
placeholder:
value:
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Code for reproduction
description: |
Should run by copy-pasting. Posts without this are welcome but may close without response.
placeholder: Paste your code here. This field is automatically formatted as Python code.
render: python
validations:
required: false

0 comments on commit 9823d48

Please sign in to comment.