Skip to content

Commit

Permalink
docs(airflow): Airflow DAG issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida committed Oct 13, 2022
1 parent 656d497 commit a186c74
Showing 1 changed file with 23 additions and 0 deletions.
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

0 comments on commit a186c74

Please sign in to comment.