From cf436d73170bf1ff781153ba8054181ee7a1014c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 22 Mar 2025 23:48:20 +0100 Subject: [PATCH] Add CONTRIBUTING --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..f92d7de3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +- Reproducible [bug reports](https://github.com/vrana/adminer/issues/new?template=bug_report.md) are warmly welcomed. +- [Feature requests](https://github.com/vrana/adminer/issues/new?template=BLANK_ISSUE) are also fine but I'm quite picky about what to accept to Adminer. Please don't be offended if I close the issue as Not Planned, especially if it can be achieved with a plugin. +- [Pull requests](https://github.com/vrana/adminer/pulls) both for bugs and simple features are also fine. Before doing anything more complicated, get familiar with [Adminer philosophy](/developing.md).