From 2e8b064d5172fca0426c5e68838e215ea6c5ba76 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Tue, 23 Oct 2018 23:10:46 +0300 Subject: [PATCH] Update Github templates (#1023) * Add Pull Request template * Use multiple issue templates * Add item about referencing issues in the Pull Request template * Update issue templates based on suggestions by @birjolaxew * Update issue templates based on suggestions by @birjolaxew * Combine package and website template * Update Pull Request template Co-Authored-By: Johan Fagerberg * Change template style for pull requests * Add "etc." to lists of examples --- .github/ISSUE_TEMPLATE/icon_request.md | 19 ++++++++++++ .github/ISSUE_TEMPLATE/icon_update.md | 12 ++++++++ .github/ISSUE_TEMPLATE/website_and_package.md | 29 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 21 ++++++++++++++ ISSUE_TEMPLATE.md | 5 ---- 5 files changed, 81 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/icon_request.md create mode 100644 .github/ISSUE_TEMPLATE/icon_update.md create mode 100644 .github/ISSUE_TEMPLATE/website_and_package.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/icon_request.md b/.github/ISSUE_TEMPLATE/icon_request.md new file mode 100644 index 000000000..a7e39b38c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/icon_request.md @@ -0,0 +1,19 @@ +--- +name: Icon request +about: Request a new icon for SimpleIcons +--- + + + + + +**Name:** +**Website:** +**Official resources for icon and color:** + + + + diff --git a/.github/ISSUE_TEMPLATE/icon_update.md b/.github/ISSUE_TEMPLATE/icon_update.md new file mode 100644 index 000000000..559f8f72b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/icon_update.md @@ -0,0 +1,12 @@ +--- +name: Icon update +about: Help us improve by reporting outdated icons +--- + + + + + +**Name:** +**Official resources for icon and color:** + diff --git a/.github/ISSUE_TEMPLATE/website_and_package.md b/.github/ISSUE_TEMPLATE/website_and_package.md new file mode 100644 index 000000000..e4b022b98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/website_and_package.md @@ -0,0 +1,29 @@ +--- +name: Website & NPM Package +about: For general issues and improvements +--- + + + + +### Kind of issue + - [ ] Improvement + - [ ] Bug + - [ ] Other, namely: + +### This issue concerns + - [ ] The NPM Package + - [ ] The website + - [ ] Other, namely: + +### Description + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..0a03a5870 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ + + +**Issue:** + + +### Checklist + - [ ] I optimized the icon with SVGO or SVGOMG + - [ ] The SVG `viewbox` is `0 0 24 24` + +### Description + + + diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 9ce4dbb5b..000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ -Before opening a new issue search for duplicate or closed issues. - -When requesting a new or updated icon include helpful information such as: -* The requested icon’s brand name in the title. -* Links to official sources for the brand's icon and colors (e.g. media kits, brand guidelines, SVG files etc.).