material-design-lite/CONTRIBUTING.md
Sindre Sorhus 10e07c709c Move Contributing guide to a CONTRIBUTIN.md file
So it shows up as a notice when people open issues/PRs

https://github.com/blog/1184-contributing-guidelines
2014-06-22 18:23:14 +02:00

1.2 KiB
Raw Blame History

Contributing

Website related issues should be filed on the Web Fundamentals issue tracker.

Web Starter Kit is an open source project. It is licensed using the Apache Software License 2.0. We appreciate pull requests, here are our guidelines:

  1. File a bug at https://github.com/google/web-starter-kit/issues (if there isnt one already). If your patch is going to be large it might be a good idea to get the discussion started early. We are happy to discuss it in a new issue beforehand.
  2. Make sure that patches provide justification for why they should be merged. Web Starter Kit is an opinionated project and as such, patches which add support for alternative choices to those we prescribe are not guaranteed to land.
  3. Due to legal reasons, all contributors must sign a contributor license agreement, either for an individual or corporation, before a patch can be accepted.
  4. We ask that you squash all the commits together before pushing.