Skip to content

Commit

Permalink
Improve repo templates (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 30, 2022
1 parent 309771d commit 5c16f4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Bug report
about: A rule isn't working as it should?
labels: bug
---

<!-- ✨ Thanks for reporting a bug! ➡️ Please don't ignore this template -->
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/rule_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
```js
var replace = 'me';
```
```js
function foo() {
var replace = 'me';
Expand All @@ -42,8 +43,13 @@ body:
```js
const replace = 'me';
```
```js
function foo() {
return 'me';
}
```
- type: textarea
attributes:
label: Additional Info
description: Additional Info
1 change: 0 additions & 1 deletion .github/funding.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<--
If you're adding a new rule, please follow [these steps](../docs/new-rule.md).
-->

0 comments on commit 5c16f4a

Please sign in to comment.