Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a YAML comment for the license info as suggested by Ladislav #791

Merged
merged 1 commit into from Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,5 @@
<!--
SPDX-License-Identifier: Apache-2.0
-->
---
# SPDX-License-Identifier: Apache-2.0
name: Bug report
about: Create a report to help us improve
title: ''
Expand Down
@@ -1,7 +1,5 @@
<!--
SPDX-License-Identifier: Apache-2.0
-->
---
# SPDX-License-Identifier: Apache-2.0
name: Compatibility certification request
about: Request certification of a compatibile implementation of Jakarta EE
title: Compatibility certification request [CDI]
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,7 +1,5 @@
<!--
SPDX-License-Identifier: Apache-2.0
-->
---
# SPDX-License-Identifier: Apache-2.0
name: Feature request
about: Suggest an idea for this project
title: ''
Expand Down