@@ -6,18 +6,17 @@ the developers managing and developing this open source project. In return,
6
6
they should reciprocate that respect in addressing your issue, assessing
7
7
changes, and helping you finalize your pull requests.
8
8
9
-
10
9
## Using the issue tracker
11
10
12
11
The issue tracker is the preferred channel for [ bug reports] ( #bugs ) ,
13
12
[ features requests] ( #features ) and [ submitting pull
14
13
requests] ( #pull-requests ) , but please respect the following restrictions:
15
14
16
- * Please ** do not** derail or troll issues. Keep the discussion on topic and
15
+ - Please ** do not** derail or troll issues. Keep the discussion on topic and
17
16
respect the opinions of others.
18
17
19
-
20
18
<a name =" bugs " ></a >
19
+
21
20
## Bug reports
22
21
23
22
A bug is a _ demonstrable problem_ that is caused by the code in the repository.
@@ -58,17 +57,17 @@ Example:
58
57
> causing the bug, and potential solutions (and your opinions on their
59
58
> merits).
60
59
61
-
62
60
<a name =" features " ></a >
61
+
63
62
## Feature requests
64
63
65
64
Feature requests are welcome. But take a moment to find out whether your idea
66
- fits with the scope and aims of the project. It's up to * you * to make a strong
65
+ fits with the scope and aims of the project. It's up to _ you _ to make a strong
67
66
case to convince the project's developers of the merits of this feature. Please
68
67
provide as much detail and context as possible.
69
68
70
-
71
69
<a name =" pull-requests " ></a >
70
+
72
71
## Pull requests
73
72
74
73
Good pull requests - patches, improvements, new features - are a fantastic
@@ -135,7 +134,7 @@ included in the project:
135
134
```
136
135
137
136
8 . [ Open a Pull Request] ( https://help.github.com/articles/using-pull-requests/ )
138
- with a clear title and description.
137
+ with a clear title and description.
139
138
140
139
9 . If you are asked to amend your changes before they can be merged in, please
141
140
use ` git commit --amend ` (or rebasing for multi-commit Pull Requests) and
@@ -145,8 +144,8 @@ included in the project:
145
144
** IMPORTANT** : By submitting a patch, you agree to license your work under the
146
145
same license as that used by the project.
147
146
148
-
149
147
<a name =" maintainers " ></a >
148
+
150
149
## Maintainers
151
150
152
151
If you have commit access, please follow this process for merging patches and cutting new releases.
0 commit comments