-
Notifications
You must be signed in to change notification settings - Fork 215
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
Remove the "open a rust-lang/rust issue" link #671
Comments
Can you link me to some of the spam issues? |
Some more spam issues caused by this: |
I understand that this was used to create spam issues, but I have found this feature very useful and use it a lot. The primary way I use it is to quickly be able to copy
all at once. I find it tedious to do it manually. Is there some kind of replacement feature that could be added where it would let me copy what used to go into the GitHub issue body? E.g., it would output this to a textbox that could be copied: Code ([playground](...)):
```rust
...
```
Output:
```
...
``` I would find that very useful. |
There's a few possibilities, sure. Off the top of my head:
@jonas-schievink do you have any intuition about why GitHub issues were comparatively spammed? I've not heard anyone complain about the same misuse on the user's forum, for example. |
I've seen one URLO spam post that clearly came from the playground: https://users.rust-lang.org/t/marvinrivera1234/58204 I'm not aware of others, but I'm not too active on URLO. I suspect GitHub gets more spam because more people have an account there (and it keeps you logged in permanently). I'd be fine with outputting copy-pastable markdown for the forum and GitHub, that shouldn't cause any spam issues as long as you omit the link. Having a non-clickable, but copyable link might still cause spam, so I'd rather avoid that. |
Yeah, the copy-pastable textbox would actually work even better than the GitHub issue link for me because I often copy-paste from the issue body into Zulip or an issue or PR comment instead of opening the issue. |
I opened an issue: #708 |
The "Open an issue on the Rust GitHub repository" link on the Share window is frequently used to open spam issues that we then have to close manually. Since opening an issue manually just involves copying code and output by hand, I am not sure it is pulling its weight. Perhaps it would be better to remove it?
The text was updated successfully, but these errors were encountered: