Skip to content

Commit

Permalink
Merge pull request #226 from catalystneuro/fix_feature_request_form
Browse files Browse the repository at this point in the history
Update feature request form
  • Loading branch information
CodyCBakerPhD authored Jun 1, 2023
2 parents ae5f252 + 1509cb5 commit 062f69e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ contact_links:
- name: SpikeInterface
url: https://github.com/SpikeInterface/spikeinterface
about: The sister project for reading from extracellular electrophysiology data formats.
- name: NWB Conversion Tools
url: https://github.com/catalystneuro/nwb-conversion-tools
about: For writing any ROIExtractor object to the Neurodata Without Borders (NWB) format.
- name: NeuroConv
url: https://github.com/catalystneuro/neuroconv
about: Convenient package used for writing any ROI Extractor object to the Neurodata Without Borders (NWB) format.
24 changes: 3 additions & 21 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,14 @@ body:
value: |
## Thank you for your suggestion!
We welcome any ideas about how to make **nwb-conversion-tools** better for the community.
We welcome any ideas about how to make **roiextractors** better for the community.
Please keep in mind that new features may not get implemented immediately.
- type: textarea
id: summary
attributes:
label: What would you like to see added to nwb-conversion-tools?
description: |
What are you trying to achieve with **nwb-conversion-tools**?
Is this a more convenient way to do something that is already possible, or is a workaround currently unfeasible?
validations:
required: true
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
- type: textarea
id: solution
attributes:
label: What solution would you like?
description: |
A clear and concise description of what you want to happen.
Describe alternative solutions you have considered.
label: What would you like to see added to ROI Extractors?
description: Is this a more convenient way to do something that is already possible, or is a workaround currently unfeasible?
validations:
required: true
- type: dropdown
Expand Down

0 comments on commit 062f69e

Please sign in to comment.