From b43091cc9fa63ec71751add8aacaf3ee5b9b08ea Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 29 Jun 2021 08:56:57 -0400 Subject: [PATCH] github: update packaging template --- .github/ISSUE_TEMPLATE/packaging.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/packaging.md b/.github/ISSUE_TEMPLATE/packaging.md index 7eb1179a..1bba3314 100644 --- a/.github/ISSUE_TEMPLATE/packaging.md +++ b/.github/ISSUE_TEMPLATE/packaging.md @@ -10,4 +10,11 @@ assignees: "" What is the issue? Please be clear and concise. -Note: if this issue is about supporting a new package manager/installation method, please do consider maintaining it yourself and sending in a PR, and I'll be glad accept it! See [the documentation](https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/) for more information. +Some notes: + +- If the issue is specifically about an existing package/distribution, consider contacting the package maintainer +instead in the appropriate location. + +- If this issue is about supporting a new package manager/installation method, +please do consider maintaining it yourself and sending in a PR, and I'll be glad accept it! +See [the documentation](https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/) for more information.