caleb531 / automata

A Python library for simulating finite automata, pushdown automata, and Turing machines
https://caleb531.github.io/automata/
MIT License
348 stars 64 forks source link

Move CONTRIBUTING.md and add badges #191

Closed eliotwrobson closed 11 months ago

eliotwrobson commented 11 months ago

See title, more changes in prep for the upcoming review. Normally wouldn't care too much about this file placement, but this is specifically what is asked fro in their guidelines: https://www.pyopensci.org/python-package-guide/documentation/repository-files/contributing-file.html

Also added badges that are missing from the reviewer checklist: https://www.pyopensci.org/software-peer-review/how-to/reviewer-guide.html#peer-review-template

coveralls commented 11 months ago

Coverage Status

coverage: 99.64%. remained the same when pulling 186ecd56a9145062d7a5be1f5081f607215762af on eliotwrobson:contributing_move into 060f58c514c1ff5537eb5096d20d83ceeceb935d on caleb531:develop.