summaryrefslogtreecommitdiff
path: root/vendor/j4mie/idiorm/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-01 18:36:47 +0300
committerAndrew Dolgov <[email protected]>2021-03-01 18:36:47 +0300
commitf38be747d132d754801c46ee3df15f8c27a03762 (patch)
treee5d8ad7d7e099da7e4662a5b0e504893d3d8b1b3 /vendor/j4mie/idiorm/CONTRIBUTING.md
parentf96abd2b52b9de5eac3651594ca32c6a4023c3e3 (diff)
initial for idiorm
Diffstat (limited to 'vendor/j4mie/idiorm/CONTRIBUTING.md')
-rw-r--r--vendor/j4mie/idiorm/CONTRIBUTING.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/j4mie/idiorm/CONTRIBUTING.md b/vendor/j4mie/idiorm/CONTRIBUTING.md
new file mode 100644
index 000000000..914737217
--- /dev/null
+++ b/vendor/j4mie/idiorm/CONTRIBUTING.md
@@ -0,0 +1,16 @@
+---
+### Feature complete
+
+Idiorm is now considered to be feature complete as of version 1.5.0. Whilst it will continue to be maintained with bug fixes there will be no further new features added.
+
+**Please do not submit feature requests or pull requests adding new features as they will be closed without ceremony.**
+
+---
+
+When making a pull request please include the following aspects:
+
+- Update the changelog in the README.markdown file to include details of the pull request
+- If the documentation in the README or Sphinx docs needs to be amended please do so in the pull request
+- Include unit tests for any changes - if it is a bug include at least one regression test
+
+