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*
- 6If a question is not of sufficient quality to be migrated to some site, then it does not belong on that site. There's a difference between topicality and suitability. (And I'm still not all too happy that "off-topic" is currently being used for things that simply don't fit the definition of topicality 1 2.)BoltClock's a Unicorn– BoltClock's a Unicorn Mod2014-03-19 16:21:39 +00:00Commented Mar 19, 2014 at 16:21
- @Vogel612 the reason that bit of text shouldn't be there is the message should be agnostic to the site. The only help center that would be known would be the current site's help center which isn't always useful in saying it should be migrated elsewhere.user213963– user2139632014-03-19 16:26:31 +00:00Commented Mar 19, 2014 at 16:26
- @MichaelT The how to ask help is largely generic across SE-Network from what I saw until now... Sure you'd need to refer to the current site How-To-Ask, but I think that the "minimum requirements" are somewhat the same on every site here....Vogel612's Shadow– Vogel612's Shadow2014-03-19 16:28:32 +00:00Commented Mar 19, 2014 at 16:28
- 1But I thought since the recent close vote reason change on SO, we're not supposed to close based on low quality (excepting V LQ); we're supposed to edit-into-shape (if we're feeling virtuous), or downvote and walk away (if we're not). While I personally would like there to be an SE-wide "Oh, just go away" close reason, I suspect we're not going to get one.AakashM– AakashM2014-03-19 16:32:58 +00:00Commented Mar 19, 2014 at 16:32
- @AakashM I smell a discussion, well you got me on the "Get lost!" close-reason, though we should maybe restrict it to Mods / Diamonds.Vogel612's Shadow– Vogel612's Shadow2014-03-19 16:34:08 +00:00Commented Mar 19, 2014 at 16:34
- 1@AakashM I shouldn't migrate a question that is "how do I write the codez for this?" to SO. Its not on topic at all on P.SE because code questions are always off topic there. Its also closable on SO as unclear, or lacking an MVCE or a typographic error (if its a debugging question). If it was edited into the proper shape to not get closed as one of those, then it could get migrated... but it doesn't belong on P.SE at all in any way shape or form.user213963– user2139632014-03-19 16:35:43 +00:00Commented Mar 19, 2014 at 16:35
- However, these migrations of "question and code dump" do get migrated. And that is where this close reason on the migration page should give help. Also note that it tries to instruct the OP not to continue asking this type of question on that site because it really doesn't belong and will continue to get closed (and is more work for us to close it, try to get them to edit it, and then get a mod to reopen and migrate it).user213963– user2139632014-03-19 16:38:14 +00:00Commented Mar 19, 2014 at 16:38
- 1So what you're saying is we need a new reason for closing that clearly and unambiguously communicates that the OP put in insufficient effort?Cornelius Dol– Cornelius Dol2014-03-19 16:56:12 +00:00Commented Mar 19, 2014 at 16:56
- @LawrenceDol that the origin site is unsure if the question would be a rejected migration and feels that it needs to meet a higher standard before migration. It doesn't matter if I'm migrating to SO, or UX, or Math or CS if the question would get closed there for whatever reason.user213963– user2139632014-03-19 16:57:39 +00:00Commented Mar 19, 2014 at 16:57
- @Michael: Sorry, I was being a little tongue-in-cheek; I've long felt, like Aakash, that we need an "Oh, just stop it already!" reason to close.Cornelius Dol– Cornelius Dol2014-03-19 16:59:50 +00:00Commented Mar 19, 2014 at 16:59
- 2related (almost a dupe): Can we try to dissuade some bad migrations by adding the “first rule” to the dialog?gnat– gnat2014-04-11 12:08:02 +00:00Commented Apr 11, 2014 at 12:08
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