- bug report
- feature request
- 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//
- unit test
- update README.md under root if necessary
- create your own README.md under wanshi//, with example input and output plots