From d4494e880b5c0366691bc40f41fe29c88e104439 Mon Sep 17 00:00:00 2001 From: Belleve Invis Date: Sun, 14 Jun 2020 02:37:04 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++ .github/ISSUE_TEMPLATE/character-request.md | 20 ++++++++++ .../character-variant-request.md | 16 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++ 4 files changed, 94 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/character-request.md create mode 100644 .github/ISSUE_TEMPLATE/character-variant-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..e2ff57037 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: "\U0001F41E Bug" +assignees: '' + +--- + +Describe your problem here. Provide pictures and files if necessary. + +--- + +* Your font version: (Release or git, version) +* Your font variant: +* Your operating system (name and version): +* Your application using Iosevka: + +If you have problem when building Iosevka, please provide these information: + +* Your Node.js version: +* Your _otfcc_ version: +* Your `params/parameters.toml`, paste if modified: + ``` + paste here + ``` +* Your `build-plans.toml`, paste if modified: + ``` + paste here + ``` +* Your `private-build-plans.toml`, if present: + ``` + paste here + ``` +* The detailed error log: + ``` + paste here + ``` diff --git a/.github/ISSUE_TEMPLATE/character-request.md b/.github/ISSUE_TEMPLATE/character-request.md new file mode 100644 index 000000000..3beb8688c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/character-request.md @@ -0,0 +1,20 @@ +--- +name: Character Request +about: Request Iosevka to support a character +title: '' +labels: "\U0001F170️ Character Request" +assignees: '' + +--- + +- The requested character is... + - [ ] Latin + - [ ] Cyrillic + - [ ] Greek + - [ ] Punctuation + - [ ] Symbol +- [ ] Some other monospace/programming fonts supported this character. Provide images below. + +------ + +*Please provide justification here.* diff --git a/.github/ISSUE_TEMPLATE/character-variant-request.md b/.github/ISSUE_TEMPLATE/character-variant-request.md new file mode 100644 index 000000000..526ab6c21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/character-variant-request.md @@ -0,0 +1,16 @@ +--- +name: Character Variant Request +about: Request a variant shape of an existing character +title: '' +labels: "\U0001F503 Variant Request" +assignees: '' + +--- + +- [ ] The requested variant shape does not go too far away from Iosevka's design. +- [ ] The requested variant does not conflict with any characters in Unicode that Iosevka currently supports. +- [ ] Some other monospace/programming fonts supported the requested variant. Provide images below. + +------ + +*Please provide your your justification here.* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.