@@ -12,27 +12,26 @@ the developers managing and developing this open source project. In return,
12
12
they should reciprocate that respect in addressing your issue or assessing
13
13
patches and features.
14
14
15
-
16
15
## Using the issue tracker
17
16
18
17
The [ issue tracker] ( https://github.com/h5bp/html5-boilerplate/issues ) is
19
18
the preferred channel for [ bug reports] ( #bugs ) , [ features requests] ( #features )
20
19
and [ submitting pull requests] ( #pull-requests ) , but please respect the following
21
20
restrictions:
22
21
23
- * Please ** do not** use the issue tracker for personal support requests (use
22
+ - Please ** do not** use the issue tracker for personal support requests (use
24
23
[ Stack Overflow] ( https://stackoverflow.com/questions/tagged/html5boilerplate ) ).
25
24
26
- * Please ** do not** derail or troll issues. Keep the discussion on topic and
25
+ - Please ** do not** derail or troll issues. Keep the discussion on topic and
27
26
respect the opinions of others.
28
27
29
- * Please ** do not** open issues or pull requests regarding the code in
28
+ - Please ** do not** open issues or pull requests regarding the code in
30
29
[ ` .htaccess ` ] ( https://github.com/h5bp/server-configs-apache ) ,
31
30
[ ` Normalize.css ` ] ( https://github.com/necolas/normalize.css ) (open them in
32
31
their respective repositories).
33
32
34
-
35
33
<a name =" bugs " ></a >
34
+
36
35
## Bug reports
37
36
38
37
A bug is a _ demonstrable problem_ that is caused by the code in the repository.
@@ -73,17 +72,17 @@ Example:
73
72
> causing the bug, and potential solutions (and your opinions on their
74
73
> merits).
75
74
76
-
77
75
<a name =" features " ></a >
76
+
78
77
## Feature requests
79
78
80
79
Feature requests are welcome. But take a moment to find out whether your idea
81
- fits with the scope and aims of the project. It's up to * you * to make a strong
80
+ fits with the scope and aims of the project. It's up to _ you _ to make a strong
82
81
case to convince the project's developers of the merits of this feature. Please
83
82
provide as much detail and context as possible.
84
83
85
-
86
84
<a name =" pull-requests " ></a >
85
+
87
86
## Pull requests
88
87
89
88
Good pull requests - patches, improvements, new features - are a fantastic
@@ -146,7 +145,7 @@ included in the project:
146
145
```
147
146
148
147
7 . [ Open a Pull Request] ( https://help.github.com/articles/using-pull-requests/ )
149
- with a clear title and description.
148
+ with a clear title and description.
150
149
151
150
** IMPORTANT** : By submitting a patch, you agree to allow the project
152
151
owners to license your work under the terms of the [ MIT License] ( LICENSE.txt ) .
0 commit comments