From 3faea1cba9b46c8bf43e47b4f0612da2160065a2 Mon Sep 17 00:00:00 2001 From: bw4sz Date: Fri, 19 Jan 2024 15:42:32 -0800 Subject: [PATCH 1/2] add a data contribution issue to repo --- .github/ISSUE_TEMPLATE/data_contribution.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/data_contribution.md diff --git a/.github/ISSUE_TEMPLATE/data_contribution.md b/.github/ISSUE_TEMPLATE/data_contribution.md new file mode 100644 index 00000000..c2516134 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/data_contribution.md @@ -0,0 +1,20 @@ +--- +name: Data Contribution +about: Contribute RGB data and annotations for training open-source release models +title: 'Data Contribution: ' +labels: 'data' +assignees: 'bw4sz' + +--- + +## Please describe the data (location, number of annotations, format and date of collection) + +## Are these data available online? + +We recommend using zenodo for data archiving. + +## How was the RGB data imagery collected? What is the image resolution? + +## What are the restrictions to use this data as part of a release model? + +## Contact Information \ No newline at end of file From 3b182227982b28dc536107ecce1b6aba415c601e Mon Sep 17 00:00:00 2001 From: bw4sz Date: Wed, 31 Jan 2024 06:46:53 -0800 Subject: [PATCH 2/2] Added edits from henry --- .github/ISSUE_TEMPLATE/data_contribution.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/data_contribution.md b/.github/ISSUE_TEMPLATE/data_contribution.md index c2516134..1622ba48 100644 --- a/.github/ISSUE_TEMPLATE/data_contribution.md +++ b/.github/ISSUE_TEMPLATE/data_contribution.md @@ -7,14 +7,20 @@ assignees: 'bw4sz' --- -## Please describe the data (location, number of annotations, format and date of collection) +**Data Description:** +Provide details on the data, like its location, the number of annotations, format, and the date of collection. -## Are these data available online? +**Data Availability:** +Specify if the data is available online and mention any recommended platforms for data archiving, such as Zenodo. Additionally, express openness to various data sources and formats. -We recommend using zenodo for data archiving. +**RGB Imagery Collection:** +Explain how the RGB data imagery was collected and state the image resolution. -## How was the RGB data imagery collected? What is the image resolution? +**Usage Restrictions:** +Outline any restrictions associated with using this data in the development of a release model. -## What are the restrictions to use this data as part of a release model? +**Licensing Information:** +If the data is associated with a license, provide details then name. -## Contact Information \ No newline at end of file +**Contact Information:** +Include relevant contact information for further inquiries or clarification.