Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Pull request template enhancements #5
Pull request template enhancements #5
Changes from 4 commits
dce7bc7
25f0d65
ceadf7b
9963c5f
7d7492e
0dcc62e
3c802c7
1f87c4f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I've been using conventional comments ever since I started at Bitwarden and I think that has been very appreciated. These emojis are very similar so I like the suggestion! Though I probably like conventional comments more ๐
For inspirarion, one specific part of CC that I think has been well received is the modifier
non-blocking
to a comment (ex:suggestion(non-blocking): make this variable private
) which indicates that it's "ok to skip but consider if you have the time"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.
I really enjoy conventional commits and we could even lint on enforcing that but ... that's a big request and with squashing may not even be useful. I hadn't heard of conventional comments before but yes this is going for the same thing but with the power of a visual expression; lots of articles about this being a great way to deliver feedback.
Specific to your "suggestion" I could see ๐ or ๐ฑ being used.
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.
Hmm, which category would you say the following example belongs to?
In conventional comments terms I would probably not assign this an
issue
since it's still fully functional code, albeit with poor readability. And sometimes these things end up being personal preferences instead of objective improvements. I usesuggestion
when I don't expect but am prepared for legitimate push back. I wouldn't usenitpick
since those I would drop at the first push back.According to the categories in this PR I'm not sure which I would choose. I don't think this is nitpicking โ๏ธ , but it's not really a showstopper โโ ๏ธ either (these emojis also give me the feeling that the author has done something really wrong, which I wouldn't say is the case here). I'd also rather we fix it now and not add this to future debt, so I wouldn't really say it's a ๐ฑ or โป๏ธ either.
I think I would end up usingโ ๏ธ , but I am trying to make a friendly suggestion which โ ๏ธ doesn't really feel like.
It feels hard to explain in words since it feels like it comes down to nuances between words and emojis. Am I making sense here?
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.
Totally making sense, and I will keep thinking about this one too. Some other sources I found for emoji usage:
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.
@coroiu after a little more thought I just pushed a change that incorporates one of the above sites' suggestion on ๐จ for what you're describing. Lemme know what you think.
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.
I think that's a great solution! Thanks for taking the time to decipher what felt like over-thinking on my part ๐