Private comments in public repositories #15806
Replies: 10 comments 1 reply
-
|
Another situation where one might want to use a private discussion would be to point out in private some inappropriate behaviour to help guide rather than publicly shame an individual. |
Beta Was this translation helpful? Give feedback.
-
|
Any update about this issue? |
Beta Was this translation helpful? Give feedback.
-
|
It may be more great to separate the communication channels, like as private chats or dedicated collaboration tools, for sensitive or confidential discussions. |
Beta Was this translation helpful? Give feedback.
-
|
Try Chatzy. |
Beta Was this translation helpful? Give feedback.
-
|
If I understand, the root of the problem is that there doesn't seem to be a way to contact a Github user or group of users directly if they haven't made their e-mail addresses public. |
Beta Was this translation helpful? Give feedback.
-
|
Testing if my comment is public or not |
Beta Was this translation helpful? Give feedback.
-
|
My thought is taken to the Google Issue Tracker, where file attachments can be made private to various levels of Google staff when it comes to users logs and dumps. This could be used with an organisation's team, where you can choose to post a reply that is only visible to yourself and that team. Note that you should not have to be part of that team yourself to select it, as your own replies should always be visible to you. |
Beta Was this translation helpful? Give feedback.
-
|
Would love to see this! We use GitHub for both our open- and closed-source development. It's often useful to be able to add a comment to an issue in a public repo that should not be shared beyond the maintainers. For example, we might add a note that a particular feature in an open-source product is needed for an as-yet-unannounced closed-source one. We have other channels we can use for private conversation, of course, but associating such comments with the issues themselves makes them much easier to discover. The workaround is issue linking. If we mention a public repo issue from a private repo one, GitHub helpfully creates a bi-directional link. This is fantastic, but we often want to provide more context (not just a link). |
Beta Was this translation helpful? Give feedback.
-
|
Similar to kring's comment, another currently unmet use case is to allow CI bots to publish commercially proprietary CI results (like competitive benchmark numbers) to PRs in public repositories. |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this. We're currently using JIRA to manage progress of an issue internally because we cannot comment on the issue without these being publicly visible. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes we want to have private discussions in a public repository's issues. For example, maybe we need to discuss a security matter or discuss some private server code in the context of a public client library. In those cases, it would be nice to post comments that are only visible to maintainers or a selected Team.
Beta Was this translation helpful? Give feedback.
All reactions