WenjieDu/TSDB

View on GitHub
.github/ISSUE_TEMPLATE/dataset-addition.yml

Summary

Maintainability
Test Coverage
name: "🤙 New Dataset Addition"
description: Submit a request to implement a new dataset.
labels: ["new dataset", "enhancement"]

body:
  - type: textarea
    id: dataset-description-requested
    validations:
      required: true
    attributes:
      label: 1. Dataset description
      description: |
        Put all important information relative to the new dataset, e.g. paper link, citation number, and why you think it is necessary for TSDB to include.
        ❗️A rule of thumb is at least one year since publication, 10+ citations, and usefulness.

  - type: checkboxes
    id: information-tasks
    attributes:
      label: 2. Check open-source status
      description: |
          Please note that if the dataset's open-source implementation is not available, it'll take much more time to finish the implementation, so we are less likely to implement it in `TSDB`.
      options:
        - label: "The dataset is publicly available"

  - type: textarea
    id: additional-info
    attributes:
      label: 3. Provide useful information for the implementation
      description: |
        Give any and all information you think is helpful to the implementation.
        If there is open-source implementation, please provide information regarding it and the authors.
        Please mention the authors by @github-username in case you're aware of their usernames.