Skip to content

Commit 95e40ef

Browse files
authored
Add AI Dataset Submission issue template
This template allows users to submit datasets for AI research, providing fields for dataset name, description, and link.
1 parent 9bae263 commit 95e40ef

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 📊 AI Dataset Submission
2+
description: Submit a dataset for AI research, learning, or open-source use
3+
title: "[Dataset]: Dataset Name"
4+
labels:
5+
- ai
6+
- data
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
## 📊 AI Dataset Submission
12+
Contribute public datasets for open research and learning.
13+
- type: input
14+
id: dataset_name
15+
attributes:
16+
label: Dataset Name
17+
placeholder: e.g., Open AI Image Dataset
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Dataset Description
22+
placeholder: Describe what the dataset contains and how it can be used.
23+
- type: input
24+
id: link
25+
attributes:
26+
label: Dataset Link
27+
placeholder: e.g., Kaggle / HuggingFace / GitHub URL

0 commit comments

Comments
 (0)