Skip to content

Commit 10e07c7

Browse files
committed
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
1 parent 8968391 commit 10e07c7

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* text=auto
2+
CONTRIBUTING.md export-ignore

CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing
2+
3+
*[Website](https://developers.google.com/web/starter-kit/) related issues should be filed on the [Web Fundamentals](https://github.com/google/WebFundamentals/issues/new) issue tracker.*
4+
5+
Web Starter Kit is an open source project. It is licensed using the
6+
[Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
7+
We appreciate pull requests, here are our guidelines:
8+
9+
1. File a bug at https://github.com/google/web-starter-kit/issues (if there
10+
isn’t one already). If your patch is going to be large it might be a good idea
11+
to get the discussion started early. We are happy to discuss it in a new issue beforehand.
12+
1. 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.
13+
1. Due to legal reasons, all contributors must sign a contributor license
14+
agreement, either for an
15+
[individual](http://code.google.com/legal/individual-cla-v1.0.html) or
16+
[corporation](http://code.google.com/legal/corporate-cla-v1.0.html), before a
17+
patch can be accepted.
18+
1. We ask that you squash all the commits together before pushing.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Web Starter Kit is inspired by [Mobile HTML5 Boilerplate](http://html5boilerplat
127127

128128
## Contributing
129129

130-
Contributions, questions and comments are all welcome and encouraged. For code contributions to Web Starter Kit, please see our [Contribution guide](https://github.com/google/web-starter-kit/wiki/Contributing) before submitting a patch. For issues or patches related to the [homepage](https://developers.google.com/web/starter-kit/), please file an issue over on [Web Fundamentals](https://github.com/google/WebFundamentals/issues/new).
130+
Contributions, questions and comments are all welcome and encouraged. For code contributions to Web Starter Kit, please see our [Contribution guide](CONTRIBUTING.md) before submitting a pull request. [Website](https://developers.google.com/web/starter-kit/) related issues should be filed on the [Web Fundamentals](https://github.com/google/WebFundamentals/issues/new) issue tracker.
131131

132132
## License
133133

0 commit comments

Comments
 (0)