Skip to content

Create CODE_OF_CONDUCT.md #251

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

Merged
merged 1 commit into from
Jun 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Sass is more than a technology; Sass is driven by the community of individuals
that power its development and use every day. As a community, we want to embrace
the very differences that have made our collaboration so powerful, and work
together to provide the best environment for learning, growing, and sharing of
ideas. It is imperative that we keep Sass a fun, welcoming, challenging, and
fair place to play.

[The full community guidelines can be found on the Sass website.][link]

[link]: http://sass-lang.com/community-guidelines
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be https?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably 😝 but I just did the same PR to the other repos in the org like this. I'm going to check to see if they're going to set up the HTTPS redirect on the site

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:rip: time to fix them all 😆

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(just in the sass org):

$ all-repos-grep -C all-repos-sass.json http://sass-lang.com | wc -l
753
$ all-repos-grep -C all-repos-sass.json https://sass-lang.com | wc -l
9
$ all-repos-grep -C all-repos-sass.json http://sass-lang.com | cut -d':' -f1 | sort | uniq -c | sort -rn
    684 output-sass/sass/sass-spec
     23 output-sass/sass/ruby-sass
     15 output-sass/sass/sass
      5 output-sass/sass/sass-site
      5 output-sass/sass/node-sass
      5 output-sass/sass/libsass
      4 output-sass/sass/sass-registry
      4 output-sass/sass/dart-sass
      2 output-sass/sass/sassc
      2 output-sass/sass/perl-libsass
      2 output-sass/sass/language
      1 output-sass/sass/node-sass-middleware
      1 output-sass/sass/libsass.com

lmk and I can PR fixes for them with a single command