hackoregon / cookiecutter-hacko-backend

Cookiecutter template for quickstarting a Hack Oregon Backend API
MIT License
2 stars 0 forks source link

[BUG] Current templatized fields are not sane #9

Open bhgrant8 opened 5 years ago

bhgrant8 commented 5 years ago

Describe the bug Current values/fields around project naming conventions are not clear as to their purpose or give direction to how a project should be named following standards for hack oregon or python development community

To Reproduce Steps to reproduce the behavior:

  1. create a cookie-cutter clone project from this repo
  2. observe values entered

Expected behavior

Project should create a github repo name, matching pypi conventions:

https://www.python.org/dev/peps/pep-0008/#package-and-module-names

which means all lowercase, underscores when useful

Additional context Add any other context about the problem here.