From ad9e56b10ccb62a65d06ec0a8743346cec31d6ec Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 31 May 2023 10:37:42 -0400 Subject: [PATCH 1/3] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 24 +++------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d1480d0e..a855eb04 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 **roiextractors**? + 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 From cb09f9ef41d2b20c373b6bd4ba0af15f00f5ed7a Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 31 May 2023 10:39:33 -0400 Subject: [PATCH 2/3] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a855eb04..94e7f49d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,7 +14,7 @@ body: - type: textarea id: summary attributes: - label: What would you like to see added to **roiextractors**? + 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 From 1509cb5c490b0f983a0c299ba99648a764ad4f92 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 31 May 2023 10:41:28 -0400 Subject: [PATCH 3/3] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3dbd5940..9d9de6b8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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.