Skip to content

Commit

Permalink
MNT: add issue forms (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu authored Sep 19, 2023
1 parent 9b4c40d commit 09f016c
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 58 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Bug Report
description: File a bug report
title: "BUG: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: "## Thank you for taking the time to fill out this bug report!"
- type: textarea
attributes:
label: What happened?
description: Describe the bug
placeholder: terrible things happening
- type: textarea
attributes:
label: Steps to reproduce
description: What steps made the bug appear? Please describe the steps as detailed as possible
placeholder: things I did/buttons I clicked
- type: textarea
attributes:
label: Error Traceback
description: Please copy the full error traceback into here (either from the dialog that popped up or the terminal)
placeholder: error-traceback
render: python
- type: markdown
attributes:
value: 'Please run `python -c "import mne; mne.sys_info()"` and paste the result into the field below.'
- type: textarea
attributes:
label: System-Info
description: Please paste the results from the aforementioned command in here.
placeholder: sys-info
render: shell
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Feature Request
description: Suggest a new feature
title: "ENH: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: "## Thank you for contributing to this project!"
- type: textarea
attributes:
label: Suggestion?
description: What would you like to suggest?
placeholder: <cool new feature>

0 comments on commit 09f016c

Please sign in to comment.