You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_design.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,7 @@ title: "[Feature Design] Your Title Goes There"
5
5
---
6
6
7
7
This text is a guideline. You can remove it before posting the issue.
8
-
- A Feature Design is a proposal that describes the problem and provides one or more solutions to it. Use it if you are a developer and you want to add a feature to Yafc.
9
-
- The purpose of the Feature Design is to showcase how important solving the problem is to the playerbase, and describe the possible solutions to estimate how much complexity the feature would bring. Yafc aims to reduce the complexity of its codebase, so the less complexity the solution adds, the better.
8
+
A Feature Design is a proposal that describes the problem and provides one or more solutions to it. Use it if you are a developer and you want to add a feature to Yafc.
9
+
The Feature Design has two main goals:
10
+
1. Show the importance of solving the problem. Show the state before and after the problem is resolved, in order to make the improvement obvious.
11
+
2. Describe possible solutions to estimate how much complexity the feature would add. Yafc aims to reduce the complexity of its codebase, so the less complexity the solution adds, the better.
0 commit comments