commit fb33ce6c0c99c0dcbb1e700b3d1b7ee7d41c73ac
parent d1019889dde90935ee2ec6666e62b3373b2105c1
Author: rexim <reximkut@gmail.com>
Date: Thu, 16 Feb 2023 15:03:56 +0700
Add refactoring to the kinds of PRs I do not look into right now.
Diffstat:
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -1,10 +1,12 @@
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.
+- I only look into small PRs that suggest
+ - bug fixes,
+ - documentation fixes.
+- I do not look into PRs that
+ - implement new features,
+ - refactor/cleanup the code.
+- What qualifies as a bug, a feature, or refactoring 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!