Skip to content

Commit ec3d54f

Browse files
committed
chore: update Issue templates with config.yml
Partially brought over from nodejs/node and then ran prettier
1 parent e020da8 commit ec3d54f

File tree

8 files changed

+24
-40
lines changed

8 files changed

+24
-40
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: 🐛 Bug Report
33
about: If something isn't working as expected 🤔.
4-
54
---
5+
66
<!--
77
Thanks for wanting to report an issue you've found on the nodejs.org website.
88
@@ -11,8 +11,8 @@ as you're able. If you are reporting a visual glitch, it will be much easier
1111
for us to fix it when you attach a screenshot as well.
1212
-->
1313

14-
* **URL**:
15-
* **Browser version**:
16-
* **Operating system**:
14+
- **URL**:
15+
- **Browser version**:
16+
- **Operating system**:
1717

1818
<!-- Enter your issue details below this comment. -->

.github/ISSUE_TEMPLATE/02-feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: 🚀 Feature Request
33
about: I have a suggestion (and may want to implement it 🙂)!
4-
54
---
5+
66
<!--
77
You have an idea how to improve the site? That's awesome!
88

.github/ISSUE_TEMPLATE/03-i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: 🔡 Internationalization and translations
33
about: Hello. Hola. Salut. Ciao. Здравствуйте. こんにちは.
4-
54
---
5+
66
<!--
77
Please mention the relevant localization team in your issue, it helps us having the right people take a look, e.g. `@nodejs/node-cn` for Chinese translations.
88
-->

.github/ISSUE_TEMPLATE/04-api_docs.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/05-help.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: ⁉️ Need help with Node.js?
4+
url: https://github.com/nodejs/help/issues/
5+
about: File an issue in our help repo.
6+
- name: 📗 Node.js API Docs
7+
url: https://github.com/nodejs/nodejs.org/issues/new/choose
8+
about: Please open an issue in the main Node.js repo, prefixed with "doc".

.github/dependabot.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
open-pull-requests-limit: 10
8-
- package-ecosystem: npm
9-
directory: "/"
10-
schedule:
11-
interval: weekly
12-
open-pull-requests-limit: 10
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 10
8+
- package-ecosystem: npm
9+
directory: "/"
10+
schedule:
11+
interval: weekly
12+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)