You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 5There should probably just be canonical, "how do I review posts?" and "what kinds of edits should be approved/rejected?" questions on meta that are linked from the review system, and shoved right in the faces of people when they first start using the system. Then they can just be edited over time by the community.Servy– Servy2012-08-15 17:43:38 +00:00Commented Aug 15, 2012 at 17:43
- 3How can we present these expanded instructions in a way that will actually lead to people reading them? Experience has shown that the users who need the most guidance are the least accepting of it.Pops– Pops2012-08-15 18:01:21 +00:00Commented Aug 15, 2012 at 18:01
- @PopularDemand Maybe the instructions box should default to the expanded state, at least for users who reviewed less than x questions. It does not guarantee they'll read it, but better shoving it in their faces than hiding it under a "more" link. And, I'm totally for your suggestions of giving editors more feedback, and allowing the community to mark low quality edits. Those should make at least some people seek more information on how to edit.bfavaretto– bfavaretto2012-08-15 23:01:53 +00:00Commented Aug 15, 2012 at 23:01
- I sooo agree with this. I even tried to do something similar back in the dark ages. And I have to admit that if I've largely turned my back on the different review queues, it's because I too often just don't know exactly what I'm supposed to do. (Or editing crap into shape is too much hard work...)Benjol– Benjol2012-11-27 10:41:53 +00:00Commented Nov 27, 2012 at 10:41
- Correct minor edits really need to be given clarification in these minimal instructions. Otherwise editors who have read what's on meta will know to favour rejection or improve and yet we continue to have lots of suggested edits getting half a dozen various accepts, rejects and edits with a random one winning, and someone editing, as well as everyone who goes back to review the outcome, being frustrated with the final result.Mark Hurd– Mark Hurd2014-07-11 06:50:18 +00:00Commented Jul 11, 2014 at 6:50
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you