Skip to content

Commit

Permalink
Issue Template (BUG.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltwater-ateam committed Sep 25, 2023
1 parent c43236f commit 45ed257
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
# Automatically Generated File, DO NOT MODIFY (Maintained By Terraform)
# Code: github.com/meltwater/foundation-github/blob/main/foundation/
name: Bug Report
description: Report a bug to A-Team
title: "[Bug] Somethings Weird"
labels: bug
body:
- type: markdown
attributes:
value: |
## Please search to see if an issue already exists for the bug you encountered...
- type: textarea
id: observed_behaviour
attributes:
label: Observed Behaviour
description: What you observed, with as much detail as you can provide (pictures help)...
validations:
required: true
- type: textarea
id: steps_to_reproduce
attributes:
label: Steps to Reproduce
description: |
Ordered list of events and code describing how to reproduce the bug...
> **Pro Tip**: Select a block of code (using line numbers), choose 'Copy permalink' from the ellipsis menu and paste into the report text to create a full great codeblock and file reference. Here is [more information](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet) on how this works.
value: |
1.
validations:
required: true
- type: textarea
id: expected_behaviour
attributes:
label: Expected Behaviour
description: What you expected to happen with the options provided...
- type: markdown
attributes:
value: |
> **NOTICE**: This issue will automatically be associated with the [A-Team Debt, Bugs & OSS](https://github.com/orgs/meltwater/projects/64) for prioritization.

0 comments on commit 45ed257

Please sign in to comment.