Skip to content

Commit 1ea5676

Browse files
committed
Update CONTRIBUTING doc.
1 parent 8fc8704 commit 1ea5676

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CONTRIBUTING.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
## Contributing a patch
44

55
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.
12+
8. Submit a pull request.

0 commit comments

Comments
 (0)