Skip to content

Commit 3665a56

Browse files
Merge pull request angular#2435 from angular/stackblitz
chore(): Use Stackblitz template in ISSUE_TEMPLATE.md
2 parents 24734ff + 3dcd21d commit 3665a56

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Providing the following information will increase the chances of your issue bein
8080
* **Angular Version** - what version of Angular, Firebase, and AngularFire are you using?
8181
* **Motivation for or Use Case** - explain what are you trying to do and why the current behavior is a bug for you
8282
* **Browsers and Operating System** - is this a problem with all browsers?
83-
* **Reproduce the Error** - provide a live example (using [Plunker][plunker],
84-
[JSFiddle][jsfiddle] or [Runnable][runnable]) or a unambiguous set of steps
83+
* **Reproduce the Error** - provide a live example (using StackBlitz (https://stackblitz.com/edit/angular-fire-start))
84+
or a unambiguous set of steps
8585
* **Related Issues** - has a similar issue been reported before?
8686
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
8787
causing the problem (line of code or commit)

ISSUE_TEMPLATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ be fixed in the latest versions. -->
4646

4747
### How to reproduce these conditions
4848

49-
**Failing test unit, Plunkr, or JSFiddle demonstrating the problem**
49+
**Failing test unit, Stackblitz demonstrating the problem**
5050

5151
<!--
5252
Provide a failing test unit, or create a minimal, complete, and
53-
verifiable example (http://stackoverflow.com/help/mcve) using either
54-
Plunker (http://plnkr.co/) or JSFiddle (https://jsfiddle.net/).
53+
verifiable example (http://stackoverflow.com/help/mcve) using
54+
StackBlitz (https://stackblitz.com/edit/angular-fire-start).
5555
-->
5656

5757
**Steps to set up and reproduce**

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class MyApp {
5151

5252
[Contributing](CONTRIBUTING.md)
5353

54-
[Stackblitz Template](https://stackblitz.com/edit/angular-1iment) - Remember to set your Firebase configuration in `app/app.module.ts`.
54+
[Stackblitz Template](https://stackblitz.com/edit/angular-fire-start) - Remember to set your Firebase configuration in `app/app.module.ts`.
5555

5656
[Upgrading to v6.0? Check out our guide.](docs/version-6-upgrade.md)
5757

0 commit comments

Comments
 (0)