-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lifei Chen
authored
Jun 21, 2019
1 parent
7e3c3db
commit 6f979a9
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Contributiing guideline | ||
|
||
## Steps: | ||
1. Find an issue you want to work on. | ||
2. Comments on that issue to let others konw you are working on it, and maintaners will assign it to you latter. | ||
3. folk and checkout a new branch for the issue you are working on. | ||
4. make a pr from your `folk/branch` to `master` |