Skip to content

Commit

Permalink
refactor(docs): bug report and feature request
Browse files Browse the repository at this point in the history
- Add minor changes in bug report file
- Add the first version of a feature request.
  • Loading branch information
Villanuevand authored Dec 17, 2019
1 parent 7fdabb0 commit f043370
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: "\U0001F41E Bug report"
about: Report a bug in Scully
title: ''
labels: bug
assignees: ''

---

# 🐞 bug report

### Description

## 🔬 Minimal Reproduction

## 💻Your Environment
**Angular Version:**
<pre><code>
<!-- run `ng version` and paste output below -->
<!-- ✍️-->

</code></pre>

** Scully Version:**
<pre><code>
<!-- Check `package.json` and paste output below -->
<!-- ✍️-->

</code></pre>
## 🔥 Exception or Error
<pre><code>
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
<!-- ✍️-->
</code></pre>

0 comments on commit f043370

Please sign in to comment.