aboutsummaryrefslogtreecommitdiff
path: root/node_modules/xml2js/CONTRIBUTING.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-16 01:59:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-16 02:00:31 +0100
commitbd65bb67e25a79b019d745b7262b2008ce2adb15 (patch)
tree89e1b032103a63737f1a703e6a943832ef261704 /node_modules/xml2js/CONTRIBUTING.md
parentf91466595b651721690133f58ab37f977539e95b (diff)
incrementally verify denoms
The denominations are not stored in a separate object store.
Diffstat (limited to 'node_modules/xml2js/CONTRIBUTING.md')
-rw-r--r--node_modules/xml2js/CONTRIBUTING.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/node_modules/xml2js/CONTRIBUTING.md b/node_modules/xml2js/CONTRIBUTING.md
deleted file mode 100644
index 2209adf57..000000000
--- a/node_modules/xml2js/CONTRIBUTING.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# How to contribute
-
-We're always happy about useful new pull requests. Keep in mind that the better
-your pull request is, the easier it can be added to `xml2js`. As such please
-make sure your patch is ok:
-
- * `xml2js` is written in CoffeeScript. Please don't send patches to
- the JavaScript source, as it get's overwritten by the CoffeeScript
- compiler. The reason we have the JS code in the repository is for easier
- use with eg. `git submodule`
- * Make sure that the unit tests still all pass. Failing unit tests mean that
- someone *will* run into a bug, if we accept your pull request.
- * Please, add a unit test with your pull request, to show what was broken and
- is now fixed or what was impossible and now works due to your new code.
- * If you add a new feature, please add some documentation that it exists.
-
-If you like, you can add yourself in the `package.json` as contributor if you
-deem your contribution significant enough. Otherwise, we will decide and maybe
-add you.