Skip to content

Commit

Permalink
fix(core): fix unrelated brackets bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dori Aviram committed May 17, 2021
1 parent 94f0a84 commit 5e6f54d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: doriaviram

---

**Describe the bug**
Expand All @@ -17,9 +16,10 @@ Steps to reproduce the behavior, if possible share the input `.syml` file
A clear and concise description of what you expected to happen.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Node Version [e.g. 22]
- super-yaml Version [e.g. 22]

- OS: [e.g. iOS]
- Node Version [e.g. 22]
- super-yaml Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: ""
labels: enhancement
assignees: doriaviram

---

**Is your feature request related to a problem? Please describe.**
Expand All @@ -15,13 +14,17 @@ A clear and concise description of what you want to happen.

**Expected Input / Output**
input

```
_types:
...
```

output

```
...
```

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 5e6f54d

Please sign in to comment.