From d8686ae485e488af62a87cc949e2d5cbef39aa85 Mon Sep 17 00:00:00 2001 From: Jefiozie <jefiozie.bosch@gmail.com> Date: Mon, 24 Jul 2017 08:30:15 +0200 Subject: [PATCH 1/2] chore(template): Issue Template Changed issue template based on multiple examples. --- .github/ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e6c7c4d80e..94d976ae03 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,2 +1,31 @@ -<!-- Love ngrx? Please consider supporting our collective: -👉 https://opencollective.com/ngrx/donate --> \ No newline at end of file + +## I'm submitting a... +<!-- Check one of the following options with "x" --> +<pre><code> +[ ] Regression (a behavior that used to work and stopped working in a new release) +[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> +[ ] Feature request +[ ] Documentation issue or request +[ ] Support request +</code></pre> + +## What is the current behavior? +<!-- Describe what the current behavior would is. --> + +## Expected behavior: +<!-- Describe what the desired behavior would be. --> + + +## Minimal reproduction of the problem with instructions: +<!-- +For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via +https://plnkr.co. +--> + +## Version of affected browser(s),operating system(s), npm, node and ngrx: + +## Other information: + + + +:heartpulse: ngrx? Please consider supporting our collective: 👉 [donate](https://opencollective.com/ngrx/donate) From c84506dd377f53fe9ce83bff59ec95060d4fb831 Mon Sep 17 00:00:00 2001 From: Jefiozie <jefiozie.bosch@gmail.com> Date: Mon, 24 Jul 2017 15:52:26 +0200 Subject: [PATCH 2/2] chore(plunker): Changed plunker link. Changed the plnkr link for reproduction. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 94d976ae03..34adfdba5e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -19,7 +19,7 @@ ## Minimal reproduction of the problem with instructions: <!-- For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via -https://plnkr.co. +http://plnkr.co/edit/tpl:757r6L --> ## Version of affected browser(s),operating system(s), npm, node and ngrx: