From e20ef1a66c86092cbafd6fda6ecc01b0a78e2338 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 26 Aug 2023 17:06:03 +0000 Subject: [PATCH] doc/PR/issue template: forks must provide a list of differences with upstream (#95) - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/91 - ref. https://github.com/awesome-selfhosted/awesome-selfhosted/pull/3998 --- .github/ISSUE_TEMPLATE/addition.md | 1 + .github/PULL_REQUEST_TEMPLATE.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/addition.md b/.github/ISSUE_TEMPLATE/addition.md index 384adfff11..acba5c8132 100644 --- a/.github/ISSUE_TEMPLATE/addition.md +++ b/.github/ISSUE_TEMPLATE/addition.md @@ -53,3 +53,4 @@ To ensure your issue is dealt with swiftly, please check the following (check th - [ ] Any software project you are adding to the list is actively maintained. - [ ] Any software project you are adding was first released more than 4 months ago. - [ ] Any software project you are adding has working installation instructions. +- [ ] If you are adding software forked from another active project, please provide/link to a clear list of differences between both. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 14e6da268a..6c3a4b6c47 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,3 +13,4 @@ To ensure your Pull Request is dealt with swiftly, please check the following (c - [ ] Any software project you are adding to the list is actively maintained. - [ ] Any software project you are adding was first released more than 4 months ago. - [ ] Any software project you are adding has working installation instructions. +- [ ] If you are adding software forked from another active project, please provide/link to a clear list of differences between both.