Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 679 Bytes

Submission-Howto.md

File metadata and controls

23 lines (12 loc) · 679 Bytes

Submission Steps

  • create account on github.com & login into github.com

  • fork a copy of info-ruc/nlp21projects

  • download and install git tool on your local computer

  • git config --global user.name "$yourname$" & git config --global user.email "$yourname@yourserver.com$"

  • git clone https://github.com/$yourname$/nlp21projects.git

  • make folders structures following Report Naming Convention in README.md

  • enter folders and edit reports (student_no.md / student_no.tex) and project files (datasets & scripts)

  • git add --all

  • git commit -m "description of edit"

  • git push

  • create a pull request on github.com to merge your commit with info-ruc/nlp21projects