diff options
author | Michael Abashian <mabashian@users.noreply.github.com> | 2023-05-18 20:45:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 20:45:27 +0200 |
commit | f15d40286ceef65d687af6b8a9c8cd436fb03c95 (patch) | |
tree | adf201552555b36f9f4d94787c71b830ed1afd8b | |
parent | Remove unused settings and associated code (#13898) (diff) | |
download | awx-f15d40286ceef65d687af6b8a9c8cd436fb03c95.tar.xz awx-f15d40286ceef65d687af6b8a9c8cd436fb03c95.zip |
Adds a component label for the tech preview ui in bug_report.yml
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 42665d4b20..bfad8bec3a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -44,6 +44,7 @@ body: label: Select the relevant components options: - label: UI + - label: UI (tech preview) - label: API - label: Docs - label: Collection |