Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(airflow): Airflow DAG request issue template #145

Merged
merged 2 commits into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/airflow_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 🪅 Airflow DAG Request
description: Request a new DAG to EpigraphHub
title: "[AIRFLOW DAG] <title>"
labels: airflow
body:
- type: textarea
attributes:
label: DAG Description
description: Describe the main purpose of the DAG and which methods should be included.
validations:
required: true
- type: textarea
attributes:
label: Basic Workflow
description: Share a link with the flow the DAG should have. You can use app.diagrams.net/ or asciiflow.com/.
validations:
required: false
- type: textarea
attributes:
label: More info
description: Other relevant information goes in here.
validations:
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/dataset_request.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dataset request
name: 📊 Dataset request
description: Request that a new dataset is added to EpigraphHub
title: "[DATASET] <title>"
labels: data capture
Expand All @@ -12,7 +12,7 @@ body:
- type: textarea
attributes:
label: Available API
description: If there is an API available to download this dataset, please dscribe it succintly here, with links to its documentation.
description: If there is an API available to download this dataset, please describe it succinctly here, with links to its documentation.
validations:
required: false
- type: textarea
Expand Down