-
Notifications
You must be signed in to change notification settings - Fork 33
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
[PM-16533] Rename files to indicate they belong to Password Manager #1231
Changes from 4 commits
7d3d476
a692620
45c6772
c0cdef8
daf4d3c
eea2b7b
9688a3c
21b7a59
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ๐ค Should this file also be renamed to use hyphen as well? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm. I was going off of all of the scripts (except (I think it's reasonable for us to do that at this point, to match everything else; it's more a question of whether this is the best place for that or not) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm fine to leave that for another PR if you feel it's out of the scope of this PR, no problem at all. Approving as is ๐ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๐ค As far as I can see we're using hyphen
-
instead of underscore_
to separate words in the filenames foryml
likecrowdin-pull.yml
orgithub-release.yml
. Is there a reason to change to underscore for the new ones in this PR?๐ค Also what do you think of using the abbreviate version of Password Manager =>
PM
? So then we can useBWA
for the authenticator.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both of those seem very reasonable to me; when I wrote the PM section of the Action Plan I was patterning off of what @vvolkgang had done for the BWA section, but I think hyphens and abbreviations is a good way to go. รlison, what do you think?
If we do this with hyphens and abbreviations, I can get the Action Plan updated to match.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That just happened to be the original name of .license_plist.yml. We can rename them all to use
-
while at it.Let's go with the shorter names. We'll scrap some / all instances of these later while merging files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, I'll get the Action Plan updated accordingly, and then make the change here