You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/06/11 11:43:41 UTC

[jena] branch main updated: Add license header to issue templates

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new d8e357d687 Add license header to issue templates
d8e357d687 is described below

commit d8e357d6878fbd3a4ee585312ef8faeb8c780797
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sat Jun 11 12:43:34 2022 +0100

    Add license header to issue templates
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++
 .github/ISSUE_TEMPLATE/feature.yml    | 2 ++
 .github/ISSUE_TEMPLATE/question.yml   | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 501b9b3c86..d6d98ac67d 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,3 +1,5 @@
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
+
 name: "Bug Report"
 description: "File a bug report"
 title: "[Bug]: "
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
index b358d23038..df52c2bbb8 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -1,3 +1,5 @@
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
+
 name: Feature suggestion
 description: Feature suggestion
 labels: ["enhancement"]
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml
index 759a30c778..8512191c1d 100644
--- a/.github/ISSUE_TEMPLATE/question.yml
+++ b/.github/ISSUE_TEMPLATE/question.yml
@@ -1,3 +1,5 @@
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
+
 name: Question
 description: "Ask a question"
 labels: ["question"]