Skip to content

Instantly share code, notes, and snippets.

@jokerdino
Created June 14, 2012 06:51
Show Gist options
  • Save jokerdino/2928497 to your computer and use it in GitHub Desktop.
Save jokerdino/2928497 to your computer and use it in GitHub Desktop.
Stack Exchange auto comments
callback(
[
{ "name": "[A]Random comment", "description": "Please don't add comments or questions as answers. The answer section is reserved for answers only. 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=\"http://$SITEURL$/privileges\">privileges</a> to upvote answers you like, which is the $SITENAME$ way of saying thank you."},
{ "name": "[A]Another user adding a 'Me too!'", "description": "If you have a NEW question, please ask it by clicking the <a href=\"http://$SITEURL$/questions/ask\">Ask Question</a> button. If you have sufficient reputation, <a href=\"http://$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": "[A]Nothing but a URL (and isn't spam)", "description": "Whilst this may theoretically answer the question, <a href=\"http://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=\"http://$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=\"http://$SITEURL$/questions/ask\">Ask Question</a> button."},
{ "name": "[Q]Really a bug report", "description": "This question should instead be filed as a bug report, thanks! <a href=\"http://$SITEURL$/questions/5121/how-do-i-report-a-bug\">Instructions here</a>."},
{ "name": "[Q]Linking to the bug report!", "description": "This bug you are experiencing has already been documented as a <a href=\"Link to the bug report goes here\">bug report</a>. If you have queries, please post comments in the bug report. I am now proceeding to close this question as off-topic."},
{ "name": "[Q]Need more hardware information", "description": "We need more hardware information to help you, can you look at <a href=\"http://$SITEURL$/questions/14008/i-have-a-hardware-detection-problem-what-logs-do-i-need-to-look-into\">this question</a> and then edit your question adding the information."},
{ "name": "[Q]Case abandoned!", "description": "This question appears to be abandoned and unanswered, could you perhaps add more detail to your question? If this question no longer applies then you can either delete it or answer it yourself if you've solved the problem. Thanks!"},
{ "name": "[Q]Not a forum", "description": "Question like this are open ended and should be posted in the <a href=\"http://ubuntuforums.org\">Ubuntu Forums</a>, please see the <a href=\"http://$SITEURL$/faq\">FAQ</a> for what is ontopic here, thanks!"},
{ "name": "[Q]Only Ubuntu questions here!", "description": "[ubuntu.se] is only for questions about Ubuntu. Other non-official Ubuntu flavours are not ontopic here. Please read the [faq]. You might want to try our friends in [unix.se] or [su] for assistance."},
{ "name": "[Q]Programming only if based on Ubuntu", "description": "[ubuntu.se] allows programming questions only if it is related to developing on Ubuntu. General programming questions are off-topic here. You might want to try our friends in [so] for assistance."},
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment