-
-
Notifications
You must be signed in to change notification settings - Fork 41
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 missing 5.5.1 tags and some of the common program defined ones. #49
base: develop
Are you sure you want to change the base?
Conversation
…-commits feat: added setup for conventional commits
docs: added contribution guidelines
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
I'm guessing I goofed, first time trying this. If you see what I did wrong please let me know. Thanks. |
Thank you for your contribution! Left some change requests behind :) I haven't documented it well yet (because it's not in the Travis CI failed because there are files missing for the MANIFEST check. If you could do me the favor and adding the following to your
And removing:
Would much appreciate it! |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
Updated the manifest and folded all your recommendations in as good ones and consistent. Those are two new commits on my side following the conventional commit guidelines. Not sure if that is best way to do that, first time contributing to someone else's project. Is that a new pull request or this one still works? Thanks! |
And now I'm confused. I used commitizen and ran them through commitlint via a git hook. Did I miss something? |
@cdhorn You did everything right this time! But your first two commits f14c400 and 4cf4cba have the wrong message format. As the cute little commitlint bot said, you need to change these two commit messages. |
Ah, okay, thank you. Have spent this morning reading the 5.5.5 standard, need to digest it. The module probably needs to be refactored with a separate reader for 5.5, 5.5.1 and 5.5.5. The 5.5.5 standard clarifies lots of ambiguities in prior versions, eliminates dead baggage all over, and requires strict adherence unlike prior versions. Good info on best practice for reading/writing the three different types in there, how to differentiate between 5.5 and 5.5.1 and more. Have you read the updated standard yet? Are you planning any significant architectural changes for the module in the near future? |
More research, I see some controversy over the new standard as it was not from FamilySearch. |
Small patch to add all the missing tags from the 5.5.1 standard as well as some of the more common program defined ones.