mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-21 12:28:30 +00:00
Update CONTRIBUTING.md
Verbiage change, and slight markdown adjustments.
This commit is contained in:
parent
5fce1389e5
commit
3e238b82f6
@ -33,7 +33,7 @@ section in the README.
|
|||||||
|
|
||||||
Please consider opening a
|
Please consider opening a
|
||||||
[feature request ticket](https://github.com/sharkdp/bat/issues/new?assignees=&labels=feature-request&template=feature_request.md)
|
[feature request ticket](https://github.com/sharkdp/bat/issues/new?assignees=&labels=feature-request&template=feature_request.md)
|
||||||
first in order to give us a chance to discuss the feature first.
|
first in order to give us a chance to discuss the details and specifics of the potential new feature before you go and build it.
|
||||||
|
|
||||||
|
|
||||||
## Adding new syntaxes/languages or themes
|
## Adding new syntaxes/languages or themes
|
||||||
@ -50,12 +50,12 @@ first.
|
|||||||
|
|
||||||
## Regression tests
|
## Regression tests
|
||||||
|
|
||||||
You are strongly encouraged to add regression tests. Regression tests are great,
|
You are **strongly encouraged** to add regression tests. Regression tests are great,
|
||||||
not least because they:
|
not least because they:
|
||||||
|
|
||||||
* ensure that your contribution will never completely stop working,
|
* Ensure that your contribution will never completely stop working.
|
||||||
|
|
||||||
* makes code review easier, because it becomes very clear what the code is
|
* Makes code reviews easier, because it becomes very clear what the code is
|
||||||
supposed to do.
|
supposed to do.
|
||||||
|
|
||||||
For functional changes, you most likely want to add a test to
|
For functional changes, you most likely want to add a test to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user