From 5cece63aad54a521189cb52dc3fe976a4e15bf15 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 22 Jul 2019 09:04:00 +0000 Subject: github: use the new issue template (#64983) Create new categories for the issues: * Bug report * Packaging request * Security Add metadata information to the issues so that we may match issues to maintainers using a bot in the future. The old `.github/ISSUE_TEMPLATE.md` is being used by the "Open a regular issue." link. --- .github/ISSUE_TEMPLATE/packaging_request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/packaging_request.md (limited to '.github/ISSUE_TEMPLATE/packaging_request.md') diff --git a/.github/ISSUE_TEMPLATE/packaging_request.md b/.github/ISSUE_TEMPLATE/packaging_request.md new file mode 100644 index 0000000000000..1ddcd983f31b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/packaging_request.md @@ -0,0 +1,18 @@ +--- +name: Packaging requests +about: For packages that are missing +title: '' +labels: '0.kind: packaging request' +assignees: '' + +--- + +**Project description** +_describe the project a little_ + +**Metadata** + +* homepage URL: +* source URL: +* license: mit, bsd, gpl2+ , ... +* platforms: unix, linux, darwin, ... -- cgit 1.4.1