From 951485403e90853b9043b7a1c729995ab062878f Mon Sep 17 00:00:00 2001 From: Amine Date: Mon, 11 May 2020 07:49:50 +0000 Subject: Review GitHub issues/pull requests templates (#732) --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++-------------------- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- .github/ISSUE_TEMPLATE/open_issue.md | 8 ++++++++ 3 files changed, 22 insertions(+), 23 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/open_issue.md (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e206b128f..efad9f6a2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,12 +8,11 @@ Please fill our form below, this way we can analyse and fix the problem as fast Please keep in mind that any text inside " -**Describe the bug** +**Bug description:** -**To Reproduce** +**Steps to reproduce:** -Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -27,27 +26,18 @@ Steps to reproduce the behavior: -**Desktop:** +**Environment:** -- OS: [e.g. macOS, Windows 10 etc.] -- Ferdi Version [e.g. 5.4.3] - -- Server Used: [e.g. https://api.getferdi.com] - +- Operating System: +- Ferdi Version: +- Server: +- Debug information: -Debug information: https://debug.getferdi.com/... -**Additional context** - - - + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5535496d2..61353797c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -15,5 +15,6 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. - diff --git a/.github/ISSUE_TEMPLATE/open_issue.md b/.github/ISSUE_TEMPLATE/open_issue.md new file mode 100644 index 000000000..c7c279643 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/open_issue.md @@ -0,0 +1,8 @@ +--- +name: Open issue +about: For everything that's neither a feature request, nor a bug +--- + + -- cgit v1.2.3-54-g00ecf