Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 875 Bytes

how-to.md

File metadata and controls

25 lines (19 loc) · 875 Bytes
layout title permalink
page
/how-to
/how-to/
  1. Accomplish contribution by the contributhon guide line

    Contributhon guide line - Korean ver

  2. Fork this repository & clone it

    git clone https://github.com/YOUR_GITHUB_ID/contributhon
    cd contributhon
  3. Choose right template according to the kind of your contribution and copy it to _posts directory. You must name it with the following format YYYY-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
    ...
  4. Commit and make PR to the master branch when you complete to fill out the template