diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..47a15f8 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -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 \ No newline at end of file diff --git a/LICENSE-WTFPL b/LICENSE-WTFPL new file mode 100644 index 0000000..fd79d99 --- /dev/null +++ b/LICENSE-WTFPL @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2013 Stephen Mathieson + +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. \ No newline at end of file