From b539199f155b0daf910ed0fbb4be0009c503ea22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20D=C3=B6ring?= Date: Wed, 23 Oct 2019 09:49:37 +0200 Subject: [PATCH] no html comments in issue template [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++-------------- .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8a4f431239b56..895b4ba613e61 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,45 +1,39 @@ --- name: Bug report about: Have you found an unexpected behavior? Use this template. ---- +title: Think about the title, twice +labels: '' +assignees: '' - +--- - Function `echo` outputs the wrong string. - ### Example - ```nim echo "Hello World!" ``` - ### Current Output ``` Hola mundo! ``` - ### Expected Output - ``` Hello World! ``` - ### Possible Solution - +* In file xyz there is a call that might be the cause of it. ### Additional Information - + +* It was working in version a.b.c +* Issue #abc is related, but different because of ... +* This issue is blocking my project xyz + ``` $ nim -v Nim Compiler Version 0.1.2 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 52aa53a67d22f..b9f7caad58711 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Do you want to suggest a new feature? Use this template. +title: '' +labels: '' +assignees: '' ---