Skip to content

Instantly share code, notes, and snippets.

@joubertredrat
Last active April 27, 2016 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joubertredrat/05759a27b71a4e2da72f9079edc9694b to your computer and use it in GitHub Desktop.
Save joubertredrat/05759a27b71a4e2da72f9079edc9694b to your computer and use it in GitHub Desktop.
Moderation concept for issues on git repositories
Hi guys,
Open source projects is amazing, but sometimes, noob users usually more disturb than help and collaborate on issues.
Because this I think that is good idea to implement moderation option on issues, so repo owerns and moderators
may ban user on specific issue or on all repo issues.
Example, I want to ban octocat on my awesome-devops repo on "Add Puffin" because she is spamming on issue,
I can enable ban and put reason "you're not following the rules", then when octocat try to comment,
will not possible, because is banned and will display to octocat "You can't post on this issue, reason: you're not following the rules".
Like this, if octocat is banned on all repo, she can't open new issue and display too "You can't open this issue, reason: I don't like you".
This is only a concept, what you think guys?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment