-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(airflow): Airflow DAG issue template
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |