-
Notifications
You must be signed in to change notification settings - Fork 53
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
Added a useful reference to the README #356
Added a useful reference to the README #356
Conversation
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.
Thank you for your proposal! I have added comments along the way. But first of all, I'll have to introduce you to my weird decision to manage the readme in this project, sorry about that. 🫠
Instead of changing the readme file itself, you'll want to put any changes into the README.md.template
file instead, and then run the generateReadme
task from the IntelliJ/plugin project to generate the actual readme file.
I chose this approach because there are many version references in the readme, and I wanted to synchronize those with the codebase directly. There is a disclaimer at the top of the README.md
file to detract people from changing it directly, but I'll concede that it's very very subtle and I must find a better way. 😆 Apologies for the hassle!
BTW, please take a look at my README which mentions your repo several times. If any of those references not OK please let me know or rise a PR to rectify them. |
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.
This looks great, thanks for updating it! I have the tiniest of whitespace adjustment requests, but after that we can merge this in. I have no issue whatsoever with the mentions in your README, it looks very clean. 👌
Co-authored-by: Marcel Schnelle <marcelschnelle@aol.com>
Thanks for your suggestion! |
Thank you for your contribution! 🙇♂️ |
This PR addresses ticket #355
Please review and post your comments/corrections.