Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: add issue forms #58

Merged
merged 2 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>