-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a bare bones contributing guide and how to run the specs
- Loading branch information
1 parent
a8ee8e4
commit d27fd7e
Showing
2 changed files
with
16 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Contributing to Leaflet-IIIF | ||
|
||
Thanks for thinking about contributing to Leaflet-IIIF! | ||
|
||
## Contributing Code | ||
When contributing code, please follow the code and whitespace styles already established. Also test your new functionality by writing a test and running the test suite. | ||
|
||
``` | ||
npm test | ||
``` |
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