From 0e35bf61a3d7108266ccf3e6016e2b20b3eff6d9 Mon Sep 17 00:00:00 2001 From: Rafid K Date: Tue, 19 Dec 2023 17:26:06 -0800 Subject: [PATCH] Create initial issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 45 +++++++++++++++++++ .../development-task-template.md | 20 +++++++++ 2 files changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/development-task-template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..fe3b042 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: "" +assignees: "" +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +--- + +**To Reproduce** +Steps to reproduce the behavior: + +1. +2. +3. +4. + +--- + +**System Information** + +- OS: [e.g. Ubuntu 22.04, macOS Sierra] +- Kernel version: [e.g. 6.2.0-39-generic] +- System architecture: [e.g. x86_64] +- Airflow version used: +- aws-mwaa-docker-images commit ID: + +--- + +**Expected behavior** +A clear and concise description of what you expected to happen. + +--- + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +--- + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/development-task-template.md b/.github/ISSUE_TEMPLATE/development-task-template.md new file mode 100644 index 0000000..8aafb47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/development-task-template.md @@ -0,0 +1,20 @@ +--- +name: Development task template +about: A task added by the development team as part of milestone planning +title: '' +labels: '' +assignees: '' + +--- + +## Overview + + + +## Acceptance Criteria + + + +## Additional Info + +