Skip to content

Instantly share code, notes, and snippets.

@5chdn
Created April 7, 2016 10:42
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 5chdn/016ad2471e564d44ee242f242d58056c to your computer and use it in GitHub Desktop.
Save 5chdn/016ad2471e564d44ee242f242d58056c to your computer and use it in GitHub Desktop.
AutoReviewComments remote source to import for Ethereum Stack Exchange.
callback(
[
{ "name": "[Q] More than one question asked", "description": "It is preferred if you can post separate questions <a href=\"https://$SITEURL$/help/dont-ask\">instead of combining</a> your questions into one. <a href=\"https://$SITEURL$/help/how-to-ask\">That way</a>, it helps the people answering your question and also others hunting for at least one of your questions. Thanks!"},
{ "name": "[Q] Duplicate Closure", "description": "This question will probably be closed <a href=\"https://$SITEURL$/help/duplicates\">as a duplicate</a> soon. If the answers from the duplicates don't fully address your question please edit it to include why and flag this for re-opening. Thanks!"},
{ "name": "[Q] Self-Answering", "description": "Please don't place your answer in your question's post. It's totally okay to <a href=\"https://$SITEURL$/help/self-answer\">answer your own question</a>. This will help users in the future who may face the same problems. Thanks!"},
{ "name": "[A] Answers just to say Thanks!", "description": "Please don't add \"thanks\" as answers. Invest some time in the site and you will gain sufficient <a href=\"https://$SITEURL$/privileges\">privileges</a> to <a href=\"https://$SITEURL$/help/why-vote\">upvote answers</a> you like, which is the $SITENAME$ Stack Exchange way of saying thank you."},
{ "name": "[A] Link-Only Answers", "description": "A link alone is not considered a <a href=\"https://$SITEURL$/help/how-to-answer\">good answer</a>. Links may break and the answer becomes worthless later even if the linked material answered the question initially. At least if you <a href=\"https://$SITEURL$/help/referencing\">include a summary</a>, the answer can somewhat stand on its own."},
{ "name": "[A] Nothing but a URL (and isn't spam)", "description": "Whilst this may theoretically answer the question, <a href=\"https://meta.stackoverflow.com/q/8259\">it would be preferable</a> to include the essential parts of the answer here, and provide the link for reference."},
{ "name": "[A] Requests to OP for further information", "description": "This is really a comment, not an answer. With a bit more rep, <a href=\"https://$SITEURL$/privileges/comment\">you will be able to post comments</a>. For the moment I've added the comment for you, and I'm flagging this post for deletion."},
{ "name": "[A] OP using an answer for further information", "description": "Please use the <em>Post answer</em> button only for actual answers. You should modify your original question to add additional information."},
{ "name": "[A] OP adding a new question as an answer", "description": "If you have another question, please ask it by clicking the <a href=\"https://$SITEURL$/questions/ask\">Ask Question</a> button."},
{ "name": "[A] Another user adding a 'Me too!'", "description": "If you have a NEW question, please ask it by clicking the <a href=\"https://$SITEURL$/questions/ask\">Ask Question</a> button. If you have sufficient reputation, <a href=\"https://$SITEURL$/privileges/vote-up\">you may upvote</a> the question. Alternatively, \"star\" it as a favorite and you will be notified of any new answers."},
{ "name": "[C] Too localized", "description": "This question appears to be off-topic because it is too localized."},
{ "name": "[EQ] Improper tagging", "description": "The tags you were using are not appropritate for this question. Please review <a href=\"https://$SITEURL$/help/tagging\">What are tags, and how should I use them?</a>"},
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment