forked from saschanaz/standards-positions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Positive, neutral, and negative positions (mozilla#680)
* Update position taxonomy For the curious, jq does a decent job here. ```bash jq '.[].mozPosition |= if . == "important" then "positive" else if . == "worth prototyping" then "positive" else if . == "non-harmful" then "neutral" else if . == "harmful" then "negative" else . end end end end' activities.json ``` * Fix positions in index.html * Provide more context on positions in README * Fix misimpression * of * Revert \u2019 * We sometimes don't form a view
- Loading branch information
1 parent
d99b570
commit a027cf8
Showing
5 changed files
with
169 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.