Skip to content

Commit 7a83ec7

Browse files
authored
unused
1 parent dfd82a2 commit 7a83ec7

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Bug Report
22
description: Report a bug
33
labels: [bug]
4-
assignees: []
54
body:
65
- type: markdown
76
attributes:
@@ -50,20 +49,22 @@ body:
5049
options:
5150
- label: Pinned issues
5251
required: false
53-
- label: Closed issues
52+
- label: Issues
5453
required: false
5554
- label: Issue timeline
5655
required: false
5756
- label: Issues tab
5857
required: false
5958
- label: Issue hovercard
6059
required: false
61-
- label: Closed pulls
60+
- label: Pulls
6261
required: false
6362
- label: Pull timeline
6463
required: false
6564
- label: Pull hovercard
6665
required: false
66+
- label: Discussions
67+
required: false
6768
- label: Subscriptions
6869
required: false
6970
- label: Search
@@ -72,7 +73,7 @@ body:
7273
required: false
7374
- label: Project Boards
7475
required: false
75-
- label: Project Tables (beta)
76+
- label: Project Tables
7677
required: false
7778
- label: Insights
7879
required: false

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Feature Request
22
description: Suggest a new feature
33
labels: [enhancement]
4-
assignees: []
54
body:
65
- type: markdown
76
attributes:
87
value: |
8+
This extension is mainly focused on fixing colors, if you are suggesting a new feature for the UI, consider using [Refined GitHub](https://github.com/refined-github/refined-github) instead.
9+
910
Before opening a feature request please check that your idea was not already discussed in the following:
1011
1112
* [Issues](https://github.com/KatsuteDev/GitHub-Red-Issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22)

build.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ const dist = path.join(__dirname, "dist");
1010

1111
const ext = path.join(__dirname, "extension.zip");
1212

13-
(async () => {
14-
15-
})();
16-
1713
/* clear dist */ {
1814
if(fs.existsSync(dist))
1915
fs.rmSync(dist, {recursive: true});

0 commit comments

Comments
 (0)