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: CONTRIBUTING.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
## Contributing a patch
4
4
5
5
1. Submit an issue describing your proposed change to the repository in question.
6
-
2. The repository owner will respond to your issue promptly.
7
-
3. If your proposed change is accepted, fork the desired repository, develop and test your code change.
8
-
4. Ensure that your code adheres to the existing style in the code set to which you are contributing.
9
-
5. Ensure that your code has an appropriate set of unit tests which all pass, if possible.
10
-
6. Execute `yarn format` command to format all codes.
11
-
7. Submit a pull request.
6
+
2. This repository owners will respond to your issue promptly.
7
+
3. If your proposed change is accepted, you need to propose a technical design to implement your idea. You can go the next step after the design is accepted by this repository owners.
8
+
4. Fork the desired repository, develop and test your code change.
9
+
5. Ensure that your code adheres to the existing style in the code set to which you are contributing.
10
+
6. Ensure that your code has an appropriate set of unit tests which all pass, if possible.
11
+
7. Execute `yarn format` command to format all codes.
0 commit comments