From 78def41f8d79d8e399199613876eec13c72ca515 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Mon, 23 Nov 2020 19:24:32 +0100 Subject: [PATCH] fixed issues and pr templates Signed-off-by: Philip Molares --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ------ .github/ISSUE_TEMPLATE/enhancement_request.md | 6 ------ .github/ISSUE_TEMPLATE/feature_request.md | 6 ------ .github/ISSUE_TEMPLATE/question---other.md | 6 ------ .github/pull_request_template.md | 6 ------ .reuse/dep5 | 8 ++++++++ 6 files changed, 8 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 575c27e32..29b23f7ae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,3 @@ - - --- name: Bug report about: Create a report to help us improve diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index 2663825a5..3d7af9274 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -1,9 +1,3 @@ - - --- name: Enhancement request about: Suggest an enhancement of an existing feature. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3de029208..092a42c99 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,3 @@ - - --- name: Feature request about: Suggest a new feature for this project, which isn't existing yet. diff --git a/.github/ISSUE_TEMPLATE/question---other.md b/.github/ISSUE_TEMPLATE/question---other.md index b657d9d1a..db6c03919 100644 --- a/.github/ISSUE_TEMPLATE/question---other.md +++ b/.github/ISSUE_TEMPLATE/question---other.md @@ -1,9 +1,3 @@ - - --- name: Question / Other about: Questions about the project, features, or organziational issues diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index af511e516..b9b0bc78d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,3 @@ - - ### Component/Part diff --git a/.reuse/dep5 b/.reuse/dep5 index a2d201a25..32e18f4d3 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -31,4 +31,12 @@ Files: public/robots.txt Copyright: 2020 The HedgeDoc developers (see AUTHORS file) License: CC0-1.0 +Files: .github/ISSUE_TEMPLATE/*.md +Copyright: 2020 The HedgeDoc developers (see AUTHORS file) +License: CC-BY-SA-4.0 + +Files: .github/pull_request_template.md +Copyright: 2020 The HedgeDoc developers (see AUTHORS file) +License: CC-BY-SA-4.0 +