Skip to content

Commit 5051f9a

Browse files
committed
Fix typos in CONTRIBUTING.md
1 parent 8497f2d commit 5051f9a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# Contributing
22

3-
First, thank you for your interest in contributing to this project, teamwork makes the dreamwork! When contributing
3+
First, thank you for your interest in contributing to this project, teamwork makes the dream work! When contributing
44
to this repository, please first discuss the change you wish to make via issue, with the owners of this repository
5-
before making a change. This will greatly speed up the process of determing if and how your contrbution will fit
5+
before making a change. This will greatly speed up the process of determining if and how your contribution will fit
66
into the project.
77

88
## Pull Request Process
99

10-
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
10+
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1111
build.
1212
2. Include useful information about the changes you are wanting to contribute, including: what you've done, the
1313
intended goal and any possible side effects or breaking changes relative to previous version.
1414
3. If your pull request intends to fix a specific issue please reference that in the pull request message.
1515
4. Do not increment the version number, this will be done by one of the maintainers as needed. The versioning scheme
1616
we use is [SemVer](http://semver.org/).
17-
5. Pull requests will only be merged after the code is reviewed, requested changes made and the changes are sufficently
17+
5. Pull requests will only be merged after the code is reviewed, requested changes made and the changes are sufficiently
1818
covered by the test suite.
1919

2020
## Coding Conventions
2121

2222
Effort is taken to make ensure code is first and foremost readable, below are some quick guidelines to follow. When in
23-
doubt if it doesn't match the existing style you will likely be asked to refomat accordingly (i.e. listen to the linter).
23+
doubt if it doesn't match the existing style you will likely be asked to reformat accordingly (i.e. listen to the linter).
2424
* All JavaScript and free form Fortran code is indented two spaces
25-
* Parser output in unit tests (corpus/*.txt) is indented two spaces
25+
* Parser output in unit tests (corpus/\*.txt) is indented two spaces
2626
* Parser ouput in unit tests is logically grouped to reduce the vertical space required
2727
* Line length is preferred to be 80 characters or less
28-
28+
2929
## Commit Messages
3030

3131
Good clean commit messages benefit everyone, please refer to https://chris.beams.io/posts/git-commit. To summarize

0 commit comments

Comments
 (0)