소스 검색

Add refactoring to the kinds of PRs I do not look into right now.

rexim 2 년 전
부모
커밋
fb33ce6c0c
1개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 7 5
      CONTRIBUTING.md

+ 7 - 5
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!