Skip to content

Commit 530fcbd

Browse files
committed
Merge #10063: add missing spaces so that markdown recognizes headline
cc995e2 add missing spaces so that markdown recognizes headline (flack) Tree-SHA512: f19afeb765f883cc95a14149b761b74549540ae6c573eeaee558b32e57999d95f5bdee9d55c3a16347967dfdc578a900f09cc1d412bdf640122049afbb4dd746
2 parents a0b1e57 + cc995e2 commit 530fcbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pull requests which attempt to do too much, are overly large, or overly complex
130130
as this makes review difficult.
131131

132132

133-
###Features
133+
### Features
134134

135135
When adding a new feature, thought must be given to the long term technical debt
136136
and maintenance that feature may require after inclusion. Before proposing a new
@@ -139,7 +139,7 @@ maintain it (including bug fixing). If features get orphaned with no maintainer
139139
in the future, they may be removed by the Repository Maintainer.
140140

141141

142-
###Refactoring
142+
### Refactoring
143143

144144
Refactoring is a necessary part of any software project's evolution. The
145145
following guidelines cover refactoring pull requests for the project.
@@ -187,7 +187,7 @@ other kinds of patches because of increased peer review and consensus building
187187
requirements.
188188

189189

190-
###Peer Review
190+
### Peer Review
191191

192192
Anyone may participate in peer review which is expressed by comments in the pull
193193
request. Typically reviewers will review the code for obvious errors, as well as

0 commit comments

Comments
 (0)