We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24b444 commit ebccad8Copy full SHA for ebccad8
.github/ISSUE_TEMPLATE/feature_request.md
@@ -6,6 +6,18 @@ labels: enhancement, help wanted
6
assignees: ''
7
---
8
9
+### ⚠️ BEFORE SUBMITTING, READ:
10
+
11
+We're excited for your request! However, here are things we are not interested in:
12
13
+- Decorators.
14
+- Doing the same thing in multiple ways.
15
+- Adding more layers of abstraction... tree-depth should be 1 at most.
16
+- Features that over-engineer or complicate the code internals.
17
+- Linters, and crud that complicates projects.
18
19
+----
20
21
## 🚀 Feature
22
23
<!-- A clear and concise description of the feature proposal -->
0 commit comments