commit d1019889dde90935ee2ec6666e62b3373b2105c1 parent 02b344798c6a4ae66f72c71d6d591264d962bc4b Author: rexim <reximkut@gmail.com> Date: Thu, 16 Feb 2023 15:01:17 +0700 Add CONTRIBUTING.md Diffstat:
| A | CONTRIBUTING.md | | | 10 | ++++++++++ |
| M | README.md | | | 2 | +- |
2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +I have very limited resources in terms of handling feedback on my projects, sorry. So here are the limitations to keep in mind: + +- I don't look into reported Issues. +- I only look into small PRs that suggest: + - bug fixes + - documentation fixes +- I do not look into PRs that implement new features. +- What is a bug fix and what is a new feature is entirely upon my interpretation. + +Sorry for any inconveniences. If you want to stir the project in a particular direction in terms of features feel free to fork it, I don't mind. Just make sure you have fun while developing it! This is like the whole point! diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # Dramatic EDitor -**THIS SOFTWARE IS UNFINISHED!!!** +**THIS SOFTWARE IS UNFINISHED!!! Don't have any high expectations.** # Quick Start
