-
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.
- Loading branch information
Showing
2 changed files
with
42 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,29 @@ | ||
## Developing | ||
|
||
### Setup | ||
|
||
``` | ||
npm install | ||
npm run build | ||
``` | ||
|
||
### Testing | ||
|
||
``` | ||
npm test | ||
``` | ||
|
||
## Submitting Pull Requests | ||
|
||
**Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.** | ||
|
||
* Please rebase your branch against the current master | ||
* Run ```npm install``` to make sure your development dependencies are up-to-date | ||
* Please ensure the test suite passes before submitting a PR | ||
* If you've added new functionality, **please** include tests which validate its behaviour | ||
* Make reference to possible [issues](https://github.com/agalazis/ssm-params-convict-adapter/issues) on PR comment | ||
|
||
## Submitting bug reports | ||
|
||
* Please detail the affected browser(s) and operating system(s) | ||
* Please be sure to state which version of node **and** npm you're using |
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,13 @@ | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Version 2, December 2004 | ||
|
||
Copyright (C) 2013 Stephen Mathieson <[email protected]> | ||
|
||
Everyone is permitted to copy and distribute verbatim or modified | ||
copies of this license document, and changing it is allowed as long | ||
as the name is changed. | ||
|
||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
|
||
0. You just DO WHAT THE FUCK YOU WANT TO. |