-
-
Notifications
You must be signed in to change notification settings - Fork 138
Moderation Policy: Use consistent terminology #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bans are definted as _temporary_ or _indefinite_, but then usage later on is all about _temporary_ vs. _permanent_. This change makes the terminology consistent throughout the policy. Additionally, it re-orders some text so that _temporary_ always appears before _indefinite_.
@nodejs/tsc @hackygolucky, @bnb, @gibfahn, @benjamingr @refack @ryanmurakami @othiym23 |
I wonder if we should be careful about word choice here. To me, 'permanent' implies that there will never be any chance of the ban being lifted, whereas 'indefinite' merely implies there is no defined duration of the ban, so it could be lifted at any point in the future. |
I suspect indefinite was initially used to signal that something isn't completely irreversible. One upside is that it may mean we're more likely to actually use an indefinite/permanent ban if it's called indefinite. There may be a psychological resistance against doing something "permanently" that isn't there against doing something "indefinitely" even though they amount to the same thing in some contexts. |
Right, but I'm just saying it's important that we all agree on what meaning/wording we really want because I do believe there is a distinction and we should not just pass this off as a simple consistency-seeking PR. |
LGTM |
Indefinite seems like a better word choice. LGTM.
…On Sat, Sep 9, 2017 at 10:24 AM Benjamin Gruenbaum ***@***.***> wrote:
LGTM
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#341 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAE0qU1WFR58XqB101yM5Ca6cv2tC6Trks5sgsnLgaJpZM4PSCaS>
.
|
Agree with @mscdex that this is a decision, and +1 for indefinite, I think that more accurately reflects most bans. |
+1 for indefinite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, like indefinite better.
Moderation-Policy.md
Outdated
A Temporary Ban is time limited, with the timeframe decided on by the Moderation | ||
Team at the time of issuing, depending on the severity of the issue. Recommended | ||
default options are 24-hour, 48-hour, and 7-day periods. | ||
|
||
An Indefinite Ban is set for an unspecified period of time and may only be | ||
lifted for an individual through a simple majority vote of the the Moderation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: There are two "the"s here. I see that it was already there, but now that it is moved around, I think we can do this small change.
Landing given the lack of objections |
Bans are definted as temporary or indefinite, but then usage later
on is all about temporary vs. permanent. This change makes the
terminology consistent throughout the policy.
Additionally, it re-orders some text so that temporary always appears
before indefinite.