Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 619 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (18 loc) · 619 Bytes

I'm submitting a ...

  • bug report
  • feature request

Code checklist

  • feature callable through command lines, observe the following format:
python -m wanshi.<util-catagory>.<your-module-name> \
    --outpath=<path> \
    --flag1=<user-input1> \
    --flag2=<user-input2> \
    <input-filename>
  • Your code(module) is placed under wanshi//

optional

  • unit test

Documentation

  • update README.md under root if necessary
  • create your own README.md under wanshi//, with example input and output plots