-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add contributing naming convention page #532
Comments
@mfisher87 How can we approach this one? |
Good question. I think we should add a new page in the contributing section and start documenting some of the unwritten rules we're following now. E.g.:
I think this is one of those things where the PR doesn't need to be complete or comprehensive, it just needs to get discussion started. We can even merge it when it's incomplete -- the documentation page serves to record the decisions we've made thus far, and we can always update it for future decisions! |
Should I make a PR for this one? I am thinking of adding some rules and making a PR and then we can discuss whether these rules are the ones we need going forward |
Tests might need some written rules for naming convention as well. Currently, all of them use underscores, so I think we should proceed forward with underscores as the naming convention for them(for the time being). Also, files (in |
I think this sounds like a great approach! It's cool if this page is very short for now as well. Just having a place to put that information will make it more likely we'll record it :) |
@mfisher87 what do you think about this? |
For tests, I think we could name some specifics, e.g. "our tests always start with
This is actually one of the PEP8 conventions, so it's covered (https://peps.python.org/pep-0008/#package-and-module-names) :) I'm not sure I gave you all the info you need here. Anything I might be missing? |
I think you have given me all that is required for raising a PR :) |
Rad! Thanks, Sherwin :) |
Rad? I had to google it literally. New word unlocked! |
Haha, sorry, I definitely use a lot of outdated US slang! 🤣 |
For example, in our docs, do directories and file names use hyphens or underscores as separators?
The text was updated successfully, but these errors were encountered: