Skip to content

Commit

Permalink
Meta: Add issue templates (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 5, 2020
1 parent 6c9b531 commit caf1389
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Bug report
about: A rule isn't working as it should?
labels: bug
---

<!-- 1. Explain what the problem is -->
<!-- 2. Add an example of code that causes the issue -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/rule_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Rule proposal
about: Have an idea for a new rule?
labels: new rule, evaluating
---

<!-- 1. Explain what the rule expects and why it's beneficial -->
<!-- 2. Update the fail/pass examples -->

## Description


## Fail

```js

```

## Pass

```js

```

0 comments on commit caf1389

Please sign in to comment.