From 551268e6269f30ccbfed60269a802665ea4aa257 Mon Sep 17 00:00:00 2001 From: Test User Date: Mon, 19 Sep 2022 21:32:53 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20an=20issue=20temp?= =?UTF-8?q?late?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/hub-dataset-viewer.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/hub-dataset-viewer.yml diff --git a/.github/ISSUE_TEMPLATE/hub-dataset-viewer.yml b/.github/ISSUE_TEMPLATE/hub-dataset-viewer.yml new file mode 100644 index 0000000000..fb48b3ce0e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hub-dataset-viewer.yml @@ -0,0 +1,19 @@ +name: Dataset Viewer Issue +description: Issue related to the Dataset Viewer on the Hub +title: "Dataset Viewer issue for [dataset name]" +labels: ["bug"] +assignees: + - severo +body: + - type: input + id: url + attributes: + label: Link + description: Link to the dataset page + placeholder: ex. https://huggingface.co/datasets/glue + - type: textarea + id: description + attributes: + label: Description + description: Short description of the issue + placeholder: Tell us what the issue is and which error you get. You can copy/paste the error or upload a screenshot.