Skip to content

Commit

Permalink
chore: improve issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 26, 2024
1 parent 5afffbe commit 843c60e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Bug Report"
title: "Report a bug"
description: >
Report an issue with the V0 to V1 migration.
assignees:
- maintainers
labels:
- bug
Expand All @@ -13,8 +11,8 @@ body:
- type: markdown
attributes:
value: |
- Do not disclose any sensitive information (including AWS Account IDs)!
- If you are having issues with the v0 to v1 migration, please open a [v0 to v1 migration issue](https://github.com/alma-cdk/project/issues/new?assignees=maintainers&labels=v1-migration-issue&projects=&template=v1-migration-issue.yml&title=Issue+with+V1+Migration%3A+).
- Do not disclose any sensitive information (including AWS Account IDs)
- If you are having issues with the v0 to v1 migration, please open a [v0 to v1 migration issue](https://github.com/alma-cdk/project/issues/new?assignees=maintainers&labels=v1-migration-issue&projects=&template=v1-migration-issue.yml&title=Issue+with+V1+Migration%3A+)
- type: dropdown
attributes:
Expand Down
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/v1-migration-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "V0 to V1 Migration Issue"
title: "Issue with V1 Migration: "
description: >
Report an issue with the V0 to V1 migration.
assignees:
- maintainers
labels:
- v1-migration-issue
Expand All @@ -13,8 +11,8 @@ body:
- type: markdown
attributes:
value: |
- Do not disclose any sensitive information (including AWS Account IDs)!
- If you are reporting a generic issue/bug not related to v0 to v1 migration, please open a [bug report](https://github.com/alma-cdk/project/issues/new?assignees=maintainers&labels=bug&projects=&template=bug-report.yml&title=Report+a+bug).
- Do not disclose any sensitive information (including AWS Account IDs)
- If you are reporting a generic issue/bug not related to v0 to v1 migration, please open a [bug report](https://github.com/alma-cdk/project/issues/new?assignees=maintainers&labels=bug&projects=&template=bug-report.yml&title=Report+a+bug)
- type: dropdown
attributes:
Expand Down

0 comments on commit 843c60e

Please sign in to comment.