From ad250637eb9b689f3afc224f5bb5e8a9588ae515 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 6 Oct 2020 14:17:34 -0700 Subject: [PATCH] chore: add issue template for 'Cosmetic Issue' (#11174) * chore: add issue template for 'Cosmetic Issue' * addressing comment --- .github/ISSUE_TEMPLATE/cosmetic.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/cosmetic.md diff --git a/.github/ISSUE_TEMPLATE/cosmetic.md b/.github/ISSUE_TEMPLATE/cosmetic.md new file mode 100644 index 000000000..0cde3461c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cosmetic.md @@ -0,0 +1,20 @@ +--- +name: Cosmetic Issue +about: Describe a cosmetic issue with CSS, positioning, layout, labeling, or something of that nature +labels: "cosmetic-issue", "good first issue" + +--- + +## Screenshot + +[drag & drop image(s) here!] + +## Description + +[describe the issue here!] + +## Design input +[describe any input/collaboration you'd like from designers, and +tag accordingly. For design review, add the +label `design:review`. If this includes a design proposal, +include the label `design:suggest`]