From bd13d6904b50b0744ca579b8174d968928860cf2 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 10 Feb 2022 14:49:28 -0800 Subject: [PATCH] change: add explanation of aurweb vs user packages in Bug.md Signed-off-by: Kevin Morris --- .gitlab/issue_templates/Bug.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index d125e22b..93e31551 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -1,3 +1,15 @@ +### Checklist + +This bug template is meant to provide bug issues for code existing in +the aurweb repository. This bug template is **not meant** to handle +bugs with user-uploaded packages. + +To work out a bug you have found in a user-uploaded package, contact +the package's maintainer first. If you receive no response, file the +relevent package request against it so TUs can deal with cleanup. + +- [ ] I confirm that this is an issue with aurweb's code and not a + user-uploaded package. - [ ] I have described the bug in complete detail in the [Description](#description) section. - [ ] I have specified steps in the [Reproduction](#reproduction) section.