From 2b8b845abe7c13ecbb266613910484310cffe8e1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Mar 2021 21:14:35 +0300 Subject: * use ORM for trivial queries * environment-based configuration * useradm.php -> update.php with new options * support for schema migrations * various fixes --- vendor/j4mie/idiorm/CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vendor/j4mie/idiorm/CONTRIBUTING.md (limited to 'vendor/j4mie/idiorm/CONTRIBUTING.md') diff --git a/vendor/j4mie/idiorm/CONTRIBUTING.md b/vendor/j4mie/idiorm/CONTRIBUTING.md new file mode 100644 index 0000000..9147372 --- /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 + + -- cgit v1.2.3