From 6e4ccb111ec80d6af826630178b6e6532afb8ada Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Wed, 16 May 2018 22:44:38 -0700 Subject: [PATCH] Actual headings. --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9e8a2b1e..a5200c9c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,18 +4,18 @@ about: Create a report to help us improve --- -**Problem description** +### Problem description A clear and concise description of what the problem is. -**Reproduction steps** +### Reproduction steps Give very precise steps you've discovered to reproduce your problem. If possible and applicable, provide us with a repository we can clone that contains a reproduction case. Also if possible and applicable, please include a Dockerfile that exhibits the problem if it's specific to a certain environment. Bug reports with no reproduction steps will be closed. -**Environment** +### Environment - OS name, version and architecture: [e.g. Linux Ubuntu 18.04 amd64] - Node version [e.g. 8.10.0] - Node installation method [e.g. nvm] - If applicable, compiler version [e.g. clang 3.8.0-2ubuntu4] - Package name and version [e.g. gRPC@1.12.0] -**Additional context** +### Additional context Add any other context about the problem here. If possible, attach full logs. Do not try to omit anything for brevity, but instead include absolutely everything. Please try and set your operating system's locale to English, so that logs contain error messages in the English language.