Skip to content

Commit

Permalink
Create initial issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rafidka committed Dec 20, 2023
1 parent 6dbe93f commit 0e35bf6
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/development-task-template.md
Original file line number Diff line number Diff line change
@@ -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

<A short overview of what you want achieved when this issue is worked on>

## Acceptance Criteria

<A crisp clear list of criteria that has to be met before this issue can be closed>

## Additional Info

<Optional if you have additional info/context that you are useful to attach>

0 comments on commit 0e35bf6

Please sign in to comment.