From 78edec0e2d8a3e1216d99234554276cb05505ac4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 22 Jul 2022 21:27:36 +0200 Subject: Adding upstream version 1.9.1+dfsg. Signed-off-by: Daniel Baumann --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/icon-request.md | 10 ++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/icon-request.md (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..89973e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,16 @@ +--- +name: Bug report +about: Report a problem with an icon or our documentation. +title: '' +labels: bug +assignees: '' + +--- + +Before opening, [search for duplicate or closed issues](https://github.com/twbs/icons/issues?utf8=%E2%9C%93&q=is%3Aissue). + +As appropriate, please include: + +- Operating system and version (Windows, macOS, Android, iOS) +- Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser) +- A [reduced test case](https://css-tricks.com/reduced-test-cases/) or suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) diff --git a/.github/ISSUE_TEMPLATE/icon-request.md b/.github/ISSUE_TEMPLATE/icon-request.md new file mode 100644 index 0000000..e43d007 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/icon-request.md @@ -0,0 +1,10 @@ +--- +name: Icon request +about: Suggest new icons to add to the project +title: '' +labels: icon-request +assignees: '' + +--- + + -- cgit v1.2.3