Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Create ISSUE_TEMPLATE.md #792

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### My suggestion

[describe here]




----

<p align="center"><i>comments like +1 me too will be deleted</i><br><b>&#x25BC;Vote with reaction&#x25BC;</b></p>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's right to promise that useless comments will be deleted, because that commits some unspecified group of people to the task of moderating all comments and deleting the useless ones, without first creating any kind of system to ensure that will happen.

Instead I think it should:

  1. tell users not to add those kinds of comments
  2. clearly explains to them what to do instead ("Vote with reaction" is a good start, but I think it would be helpful to make it more explicit, since many users will not know what a "reaction" is)
  3. link to a document which explains why they should follow this advice (perhaps Auto-magically & retroactively have posts that are only ±1, &c, converted to reactions & hidden/deleted #640 in the first instance, although I think it would be worth writing a better explanation)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not unless a github bot application is made to detect them on post and automatically delete said comments.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's true that a bot could take care of the deletion (and I'd personally be fine with that), but that would still be trying to put a bandaid on the symptoms rather than treating the cause. Ideally we need both.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe @isaacs would be interested in installing https://github.com/apps/reaction/ to implement the conversion to reactions while @github is (presumably) solving this for real?