-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f43fb2
commit c728fef
Showing
1 changed file
with
39 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,39 @@ | ||
--- | ||
# Automatically Generated File, DO NOT MODIFY (Maintained By Terraform) | ||
# Code: github.com/meltwater/foundation-github/blob/main/foundation/ | ||
name: A-Team Bug Report | ||
description: Report a bug for A-Team owned code | ||
title: "[Bug] Somethings Weird" | ||
labels: team-a-team, 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. |