Skip to content

Commit 03ead01

Browse files
authored
Update README.md
1 parent 64850e5 commit 03ead01

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

README.md

+19-24
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Node.js Help
22

33
<p align="center">
4-
<a href="https://nodejs.org/">
5-
<img src="https://nodejs.org/static/logos/nodejsStackedDark.svg" width="200px">
6-
</a>
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="https://nodejs.org/static/logos/nodejsStackedLight.svg">
6+
<img src="https://nodejs.org/static/logos/nodejsStackedDark.svg" width="200px">
7+
</picture>
78
</p>
89

910
## Welcome to Node.js Help!
@@ -54,38 +55,30 @@ To install Node.js, check out [this wiki](https://github.com/nodejs/help/wiki/In
5455
## What to Ask:
5556

5657
### 1. Clear and Specific Questions:
57-
- How can I achieve [specific task] in my Node.js application?
58-
- What is the best way to handle [specific problem] in Node.js?
59-
- Can someone help me understand how [specific feature] in Node.js works?
58+
- How can I achieve _\[specific task]_ in my Node.js application?
59+
- What is the best way to handle _\[specific problem]_ in Node.js?
60+
- Can someone help me understand how _\[specific feature]_ in Node.js works?
6061

6162
### 2. Troubleshooting Questions:
62-
- I'm encountering [specific error] when trying to [specific action]. How can I resolve this?
63-
- What could be causing [specific behavior] in my Node.js code?
63+
- I'm encountering _\[specific error]_ when trying to _\[specific action]_. How can I resolve this?
64+
- What could be causing _\[specific behavior]_ in my Node.js code?
6465

65-
### 3. Code Review and Optimization:
66-
- Can someone review my Node.js code and provide feedback on how to optimize it?
67-
- What are some best practices for improving the performance of my Node.js application?
68-
69-
### 4. Conceptual Questions:
70-
- Can someone explain the difference between [concept A] and [concept B] in Node.js?
71-
- How does [specific module or feature] in Node.js work under the hood?
72-
73-
### 5. Seeking Recommendations:
74-
- What is the recommended package for handling [specific task] in Node.js?
75-
- Can anyone suggest a good tutorial or resource for learning about [specific topic] in Node.js?
66+
### 3. Conceptual Questions:
67+
- Can someone explain the difference between _\[concept A]_ and _\[concept B]_ in Node.js?
68+
- How does _\[specific module or feature]_ in Node.js work under the hood?
7669

7770
## What NOT to Ask:
7871

7972
### 1. General Programming Questions:
8073
- How do I write a for loop in JavaScript?
81-
- What is HTML and how does it work?
74+
- What is HTML, and how does it work?
8275

8376
### 2. Personal Debugging:
84-
- Can someone debug my entire Node.js project for me?
77+
- Would someone be able to debug my entire Node.js project for me?
8578
- Why isn't my code working? (without providing any specific details or code snippets)
8679

8780
### 3. Unsupported or External Package Issues:
88-
- I'm having trouble with a third-party package (not related to Node.js core). Can someone help?
81+
- I need help with a third-party package (not related to Node.js core). Can someone help?
8982
- Why doesn't this external package work in my Node.js project?
9083

9184
### 4. Opinion-Based Questions:
@@ -122,11 +115,13 @@ console.log('happy coding!');
122115

123116
## Participate
124117

125-
You can participate by asking or answering open questions present in the [issues section](https://github.com/nodejs/help/issues).
118+
You can participate by asking or answering open questions in the [issues section](https://github.com/nodejs/help/issues).
126119

127120
## External Links
128121

129122
- [Node.js Official Website](https://nodejs.org/)
130123
- [Node.js Documentation](https://nodejs.org/docs/latest/api/)
131124
- [Node.js GitHub Repository](https://github.com/nodejs/node)
132-
- [Node.js Slack](https://node-js.slack.com/) *([Get Invited](https://www.nodeslackers.com/))*
125+
- [Node.js Slack](https://node-js.slack.com/) *([join here](https://www.nodeslackers.com/))*
126+
- [#nodejs channel](https://openjs-foundation.slack.com/archives/CK9Q4MB53) on the OpenJS Foundation Slack *([join here](https://slack-invite.openjsf.org/))*
127+
- [#node.js channel on libera.chat](https://web.libera.chat?channels=node.js&uio=d4)

0 commit comments

Comments
 (0)