forked from sintaxi/harp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sintaxi#441 from chkal/typos
Fixes typos in CONTRIBUTING.md
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Contributing | ||
|
||
Thanks for taking the time to help make harp better. Here are some guidlines that will highly increase the chances of your fix or feature request from being accepted. | ||
Thanks for taking the time to help make harp better. Here are some guidelines that will highly increase the chances of your fix or feature request from being accepted. | ||
|
||
### Bug Fixes | ||
|
||
|
@@ -17,4 +17,4 @@ Please keep your branch up to date by rebasing upstream changes from master. | |
|
||
### New Functionality | ||
|
||
If you wish to add new functionality to harp, please provide [@sintaxi](mailto:[email protected]) and [@kennethormandy](mailto:[email protected]) a harp application that demonstrates deficiency in current design or desired additional behaviour. Its best if you explaing the problem you are trying to solve, not just the solution you want. You may also submit a pull request with the steps above. | ||
If you wish to add new functionality to harp, please provide [@sintaxi](mailto:[email protected]) and [@kennethormandy](mailto:[email protected]) a harp application that demonstrates deficiency in current design or desired additional behaviour. Its best if you explaining the problem you are trying to solve, not just the solution you want. You may also submit a pull request with the steps above. |