This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new ece20c9651 add license header to github config
ece20c9651 is described below

commit ece20c9651de9020ab7457198eb8f0e80dbe96c9
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 12:49:33 2025 -0400

    add license header to github config
---
 .github/ISSUE_TEMPLATE/bug_report.yaml  | 14 ++++++++++++++
 .github/ISSUE_TEMPLATE/new_feature.yaml | 14 ++++++++++++++
 .github/ISSUE_TEMPLATE/other.yaml       | 14 ++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml 
b/.github/ISSUE_TEMPLATE/bug_report.yaml
index c082fa46b1..9cffe3a935 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -1,3 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 name: Bug Report
 description: File a bug report
 body:
diff --git a/.github/ISSUE_TEMPLATE/new_feature.yaml 
b/.github/ISSUE_TEMPLATE/new_feature.yaml
index 6093df036a..ef63f68e16 100644
--- a/.github/ISSUE_TEMPLATE/new_feature.yaml
+++ b/.github/ISSUE_TEMPLATE/new_feature.yaml
@@ -1,3 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 name: Feature request
 description: Create a new feature request
 body:
diff --git a/.github/ISSUE_TEMPLATE/other.yaml 
b/.github/ISSUE_TEMPLATE/other.yaml
index 8e3b7e92e6..3448042b97 100644
--- a/.github/ISSUE_TEMPLATE/other.yaml
+++ b/.github/ISSUE_TEMPLATE/other.yaml
@@ -1,3 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 name: Other
 description: Something different
 body:

Reply via email to