Skip to content

Commit 520f3fb

Browse files
anderskovflowdSEWeiTung
authored
Fix typos in GitHub issue templates (#5119)
* Fix typos in GitHub issue templates Signed-off-by: Anders Kaseorg <[email protected]> * Update 03-i18n.yml Signed-off-by: Maledong <[email protected]> --------- Signed-off-by: Anders Kaseorg <[email protected]> Signed-off-by: Maledong <[email protected]> Co-authored-by: Claudio Wunder <[email protected]> Co-authored-by: Maledong <[email protected]>
1 parent 53a156a commit 520f3fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🐛 Bug Report For Nodejs Website
1+
name: 🐛 Bug Report For Node.js Website
22
description: Report an issue if something isn't working as expected 🤔.
33
labels: [bug]
44
body:
@@ -32,7 +32,7 @@ body:
3232
required: true
3333
- type: input
3434
attributes:
35-
label: 'Operation System:'
35+
label: 'Operating System:'
3636
description: What kind of operation system are you using
3737
(Write it in full, with version number)?
3838
placeholder: 'Windows 10, 21H2, 19044.1826'

.github/ISSUE_TEMPLATE/02-feature-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🚀 Feature Request For Nodejs Website
1+
name: 🚀 Feature Request For Node.js Website
22
description: I have a suggestion (and may want to implement it)!
33
labels: [feature request]
44
body:

.github/ISSUE_TEMPLATE/03-i18n.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🔡 Internationalization and translations For Nodejs Website
1+
name: 🔡 Internationalization and translations For Node.js Website
22
description: Hello. Hola. Salut. Ciao. Здравствуйте. こんにちは. مرحباً
33
labels: [i18n]
44
body:
@@ -12,7 +12,7 @@ body:
1212
attributes:
1313
label: 'Enter your issue on localizations here:'
1414
placeholder: |
15-
1. The name of the team (e.g: nodejs/node-cn).
15+
1. The name of the team (e.g. nodejs/node-cn).
1616
2. Any problems to report or you want to create it?
1717
validations:
1818
required: true

0 commit comments

Comments
 (0)