Skip to content

Commit 5c16f4a

Browse files
authored
Improve repo templates (#1775)
1 parent 309771d commit 5c16f4a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Bug report
33
about: A rule isn't working as it should?
4-
labels: bug
54
---
65

76
<!-- ✨ Thanks for reporting a bug! ➡️ Please don't ignore this template -->

.github/ISSUE_TEMPLATE/rule_proposal.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ body:
2626
```js
2727
var replace = 'me';
2828
```
29+
2930
```js
3031
function foo() {
3132
var replace = 'me';
@@ -42,8 +43,13 @@ body:
4243
```js
4344
const replace = 'me';
4445
```
46+
4547
```js
4648
function foo() {
4749
return 'me';
4850
}
4951
```
52+
- type: textarea
53+
attributes:
54+
label: Additional Info
55+
description: Additional Info

.github/funding.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)