From f115beed0dbd7c0739e153316ea59d5610ba566e Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 10 Mar 2020 09:19:02 -0400 Subject: [PATCH] Issue templates: nits --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1e42f5b..0eb1a14 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ labels: bug An incomprehensible bug report is a useless bug report. Incomprehensible / incomplete bug reports will be closed. --> -**Describe the bug** +**Bug description** A clear and concise description of what the bug is. - [ ] I looked at `nativefier --help` and https://github.com/jiahaog/nativefier/blob/master/docs/api.md , I'm sure I'm not misunderstanding expected behavior. @@ -34,4 +34,4 @@ Verbose logs, error message, and/or screenshots - Node.js: (for example: 13.10.1) - Npm: (for example: 6.14.7) - OS: (for example: Windows 10 build 1809) - - Additional specificities: (for example: "I'm behind a proxy, with configuration X and protocol Y") + - Additional context: (for example: "I'm behind a proxy, with configuration X and protocol Y") diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2f450cb..c6586a4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,17 +9,17 @@ labels: feature request An incomprehensible feature request is a useless feature request. Incomprehensible / incomplete feature request will be closed. --> -**Current state and problem statement** +**Problem statement** A clear and concise description of what the problem is. For example: I'm always frustrated when [...] If related to a nativefier configuration, provide the ***full*** nativefier command you ran, with the ***`--verbose` flag***, on a ***public*** site. - [ ] I looked at `nativefier --help` and https://github.com/jiahaog/nativefier/blob/master/docs/api.md , no existing option fits my needs. - [ ] I searched existing open & closed issues. Yes, my issue is new. -**Describe the solution you'd like** +**Suggested solution** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** +**Alternative solutions** A clear and concise description of alternative solutions or workarounds you've considered. **Context** @@ -27,4 +27,4 @@ A clear and concise description of alternative solutions or workarounds you've c - Node.js: (for example: 13.10.1) - Npm: (for example: 6.14.7) - OS: (for example: Windows 10 build 1809) - - Additional specificities: (for example: "I'm behind a proxy, with configuration X and protocol Y") + - Additional context: (for example: "I'm behind a proxy, with configuration X and protocol Y")