You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 9I don't understand how cross-project references lead to messages similar to "me too" messages. There's a fundamental difference between a concrete link between two issues that allows people to navigate discussions and someone posting "me too" without any information.Thomas Owens– Thomas Owens ♦2023-10-31 14:17:00 +00:00Commented Oct 31, 2023 at 14:17
- @ThomasOwens If 50 projects have PRs with "implement workaround for numpy#12345" then 50 messages will appear under numpy#12345 — spammy?gerrit– gerrit2023-10-31 14:31:16 +00:00Commented Oct 31, 2023 at 14:31
- 5My answer provides a lot more detail, but no. That's not spammy. And if I were a maintainer of numpy, I'd find it valuable to understand what project(s) are affected by this bug, which ones have implemented a workaround, what those workarounds have been, which ones may be waiting for numpy to deliver a fix. Having direct links to issues, discussions, and pull requests for other projects gives me valuable insights and a way to contact people who are affected by the issue to make an informed decision on next steps.Thomas Owens– Thomas Owens ♦2023-10-31 14:43:07 +00:00Commented Oct 31, 2023 at 14:43
- 7Backlinks aren't spammy, and often provide relevant context to maintainers (real-world problems with their software). Absolutely set links for everything, this makes it much easier for other people to follow. They also won't generate notifications. A "me too" comment doesn't add value, but does send a notification to everyone who has subscribed. They are really annoying. At most, such a comment achieves "bumping" the issue in a view that sorts by "most recently active", but more likely it's just getting the issue locked.amon– amon2023-10-31 15:36:35 +00:00Commented Oct 31, 2023 at 15:36
- The notification thing mentioned by @amon is really the issue with spam on platforms like GitHub. In big projects, it’s not unusual for major issues to have hundreds of people subscribed to them, so a comment just to say ‘me too’ is pestering potentially hundreds of people, possibly going as far as push notifications on their phones, all to add nothing to the discussion.Austin Hemmelgarn– Austin Hemmelgarn2023-11-01 01:49:28 +00:00Commented Nov 1, 2023 at 1:49
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you