Skip to content

Commit

Permalink
docs: fix bug template
Browse files Browse the repository at this point in the history
The bug template is not showing
  • Loading branch information
alan-agius4 committed Jul 31, 2020
1 parent 06b5113 commit adb8965
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: 🐞 Bug Report
about: Something is broken in Angular Universal
---

<--
Please follow the below issue template. Issues not following the issue template will be closed.
Please provide _as much detail as possible_ in as minimal a reproduction as possible. This means no/only one third-party
Expand All @@ -10,11 +15,6 @@ For very common issues when using Angular Universal, please see [this doc](docs/
issues for `window is not defined` and other hiccups when adopting Angular Universal for the first time.
-->

---
name: 🐞 Bug Report
about: Something is broken in Angular Universal
---

# 🐞 Bug report

#### What modules are related to this issue?
Expand Down Expand Up @@ -62,4 +62,4 @@ You can read more about issue submission guidelines here: https://github.com/ang
<!-- run `ng version` and paste output below -->
<!-- ✍️-->

</code></pre>
</code></pre>

0 comments on commit adb8965

Please sign in to comment.