layout | title | permalink |
---|---|---|
page |
/how-to |
/how-to/ |
-
Accomplish contribution by the contributhon guide line
-
Fork this repository & clone it
git clone https://github.com/YOUR_GITHUB_ID/contributhon cd contributhon
-
Choose right template according to the kind of your contribution and copy it to
_posts
directory. You must name it with the following formatYYYY-MM-DD-TITLE.md
.cp _templates/bounty-hunt.md _posts/2019-09-08-status-issue-38.md vim _posts/2019-09-08-resolve-status-issue-38.md ...
-
Commit and make PR to the
master
branch when you complete to fill out the template