From 19396d14cc5c21852af852bdbe40ad54b9cdbef3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 14 Dec 2015 16:19:22 -0800 Subject: [PATCH] docs(contributing.md): improve submit issue instructions Closes #5889 --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e22ad4831f..b8da1f0477 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,14 +48,18 @@ features, by not reporting duplicate issues. Providing the following informatio chances of your issue being dealt with quickly: * **Overview of the Issue** - if an error is being thrown a non-minified stack trace helps -* **Motivation for or Use Case** - explain why this is a bug for you +* **Angular Version** - what version of Angular is affected (e.g. 2.0.0-alpha.53) +* **Motivation for or Use Case** - explain what are you trying to do and why the current behavior is a bug for you * **Browsers and Operating System** - is this a problem with all browsers? * **Reproduce the Error** - provide a live example (using [Plunker][plunker], - [JSFiddle][jsfiddle] or [Runnable][runnable]) or a unambiguous set of steps. + [JSFiddle][jsfiddle] or [Runnable][runnable]) or a unambiguous set of steps * **Related Issues** - has a similar issue been reported before? * **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit) +You can file new issues by providing the above information [here](https://github.com/angular/angular/issues/new). + + ### Submitting a Pull Request (PR) Before you submit your Pull Request (PR) consider the following guidelines: