You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often would like to formally recognize users who have contributed significantly to resolving a Rust issue, even if their contribution is not in the form of code in @rust-lang or code review.
Would it be reasonable to recognize some kind of comment in the issue tracker and count the user a point on thanks.rust-lang.org?
Thanks! Your downstream workaround unblocks us in moving forward with this PR.
#thanks @username
or:
#thanks @username for ...
I am not sure how to ascribe such thanks to a specific release, but maybe it's sufficient to say these only count under "All time", not in any of the release-specific thanks.
The text was updated successfully, but these errors were encountered:
Do you think that would make sense as the means of supporting this? I'd prefer to avoid comment-style interaction, as it would mean integrating with a database of some kind to store the data, rather than solely fetching from git. It would likely mean non-github user names (name and/or email), too, I suspect.
I would definitely use that less often than a GitHub comment way -- to the point that I'm not sure that approach is worth implementing.
My company uses #thanks comments internally, which are internally publicly aggregated by recipient, by sender, and by team, and also presented to the manager when they are doing someone's performance review. In my experience they make a significant positive difference toward people feeling valued when they go out of their way to help someone.
I understand that introducing a database is a high complexity cost vs just git. Feel free to close if this doesn't seem like something you'd want in this project.
I often would like to formally recognize users who have contributed significantly to resolving a Rust issue, even if their contribution is not in the form of code in @rust-lang or code review.
Would it be reasonable to recognize some kind of comment in the issue tracker and count the user a point on thanks.rust-lang.org?
or:
I am not sure how to ascribe such thanks to a specific release, but maybe it's sufficient to say these only count under "All time", not in any of the release-specific thanks.
The text was updated successfully, but these errors were encountered: