-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(docs): bug report and feature request
- Add minor changes in bug report file - Add the first version of a feature request.
- Loading branch information
1 parent
7fdabb0
commit f043370
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |