From 1cda003e4d32fd45d7bd483a9741706d76b4fef9 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 12 Nov 2020 06:12:45 -0800 Subject: [PATCH] docs: update issue template (#26293) * docs: update issue template * chore: link to new issue template instead of embedding the content --- docs/development/issues.md | 45 ++++---------------------------------- 1 file changed, 4 insertions(+), 41 deletions(-) diff --git a/docs/development/issues.md b/docs/development/issues.md index 3708f1dc444..7478433cdd5 100644 --- a/docs/development/issues.md +++ b/docs/development/issues.md @@ -33,48 +33,11 @@ contributing, and more. Please use the issue tracker for bugs only! To submit a bug report: When opening a new issue in the [`electron/electron` issue tracker](https://github.com/electron/electron/issues/new/choose), users -will be presented with a template that should be filled in. +will be presented with [a template](https://github.com/electron/electron/blob/master/.github/ISSUE_TEMPLATE/Bug_report.md) +that should be filled in. -```markdown - - -* Electron version: -* Operating system: - -### Expected behavior - - - -### Actual behavior - - - -### How to reproduce - - -``` - -If you believe that you have found a bug in Electron, please fill out this -form to the best of your ability. +If you believe that you have found a bug in Electron, please fill out the template +to the best of your ability. The two most important pieces of information needed to evaluate the report are a description of the bug and a simple test case to recreate it. It is easier to fix