-
Notifications
You must be signed in to change notification settings - Fork 1
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
Check for dots as separation #165
Comments
Bump, because I see new contributors not following this rule (e.g., https://github.com/JabRef/jabref/pull/10748/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed) |
I've just checked the changelog of keep-a-changelog and it mainly uses a dot for each entry. |
Some examples: - v1.1 Russian translation (#410).
- Add basic documentation [#4](https://github.com/nbbrd/heylogs/issues/4)
- The last page of a PDF is now indexed by the full text search. [#10193](https://github.com/JabRef/jabref/issues/10193)
- We added the option to use System Preference for Light/Dark Theme [#8729](https://github.com/JabRef/jabref/issues/8729).
- We changed the order of the lists in the "Citation relations" tab. Cites are now on the left and Cited by on the right [#10752](https://github.com/JabRef/jabref/pull/10752) Rendered The approach of KeepAChangelog seems to be double braces. |
We need OpenRewrite for CHANGELOG.md files 🤣🤣 |
In case a changelog entry ends with a link, there should be a dot before
Example:
wrong:
right:
Maybe, this rule should be explicitly enabled?
One could also implement it as "consistency" check. Currently, we have it mixed in our CHANGELOG.md -- https://github.com/JabRef/jabref/blob/main/CHANGELOG.md
The text was updated successfully, but these errors were encountered: