|
1 | 1 | # Contributing
|
2 | 2 |
|
3 | | -We encourage any form of contribution, whether that be issues, comments, or pull requests. If you are going to be submitting a PR, there are a few things we would appreciate that you do to keep the codebase clean: |
| 3 | +We encourage any form of contribution, whether that will be issues, comments, or pull requests. If you are willing to submit a PR, there are a few things we would appreciate that you do to keep the codebase clean: |
4 | 4 |
|
5 | 5 | * **Write tests.** We try as close to 100% code coverage as possible on this repo so any new code that gets written should have accompanying tests.
|
6 | 6 | * **Follow the linter.** We use our [ESLint configuration with Airbnb JavaScript Styleguide](https://github.com/airbnb/javascript), and we run `npm run lint` in our Travis builds.
|
7 | 7 | * **Ask questions if you aren't sure.** If you have any questions while implementing a fix or feature, feel free to create an issue and ask us. We're happy to help!
|
8 | 8 |
|
9 | | -## <a name="submit"></a> Submission Guidelines |
| 9 | +## <a name="Submit"></a> Submission Guidelines |
10 | 10 |
|
11 | | -### <a name="submit-issue"></a> Submitting an Issue |
| 11 | +### <a name="Submit-issue"></a> Submitting an Issue |
12 | 12 |
|
13 | 13 | Before you submit an issue, please search the issue tracker, maybe an issue for your problem already exists and the discussion might inform you of workarounds readily available.
|
14 | 14 |
|
@@ -188,7 +188,7 @@ Examples of breaking changes include:
|
188 | 188 |
|
189 | 189 | We use these three sections in changelog: new features, bug fixes, breaking changes.
|
190 | 190 |
|
191 | | -List of all subjects (first lines in commit message) since last release: |
| 191 | +List of all subjects (First lines in commit message) since last release: |
192 | 192 |
|
193 | 193 | ```sh
|
194 | 194 | git log <last tag> HEAD --pretty=format:%s
|
|
0 commit comments