Skip to content

Commit c0a6fe7

Browse files
Add the # to H1 headings and remove duplicate lines
1 parent 52e794d commit c0a6fe7

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

how-to-ask-a-question.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,13 @@ Bad:
9696
Good:
9797
- TypeError: Cannot read property 'length' of undefined - when deploying contract
9898

99-
Bad:
100-
- hardhat error
101-
102-
Good:
103-
- TypeError: Cannot read property 'length' of undefined - when deploying contract
104-
105-
106-
4. Introduce the problem before writing any code
99+
# 4. Introduce the problem before writing any code
107100

108101
In the body of the question, say what you're trying to do, what you've done, and give a summary of your problem.
109102

110103
With this course in the discussions tab, you may also give a timestamp of where you're getting the issue (in fact, please give a timestamp with a link to the location in the video).
111104

112-
5. Make sure you format code using backticks (```) and a language tag
105+
# 5. Make sure you format code using backticks (```) and a language tag
113106

114107
You'll want to format your question so it's as easy as possible to read! Especially with your code snippets.
115108

@@ -129,12 +122,12 @@ In your question, you'll type it like this:
129122

130123
If it doesn't get formatted, you can edit your question (usually, you can click the three little dots at the top right of your question) to make it formatted nicely.
131124

132-
6. Make sure you copy paste your code instead of using screenshots
125+
# 6. Make sure you copy paste your code instead of using screenshots
133126

134127
We want web crawlers to index every word you write, so even copy paste errors (and format them with 3 backticks!)
135128

136129

137-
7. Make sure your code is a minimal example
130+
# 7. Make sure your code is a minimal example
138131

139132
There are two types of code questions:
140133

0 commit comments

Comments
 (0)