Skip to content

Commit d5d428e

Browse files
Adding necessary info for go/releasing (#6)
1 parent 6bae07f commit d5d428e

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# How to Contribute
2+
3+
This repository is currently a WIP, forked from
4+
[rules_ruby](https://github.com/bazelruby/rules_ruby) for use in building and
5+
testing Ruby [Protobuf](https://github.com/protocolbuffers/protobuf).
6+
7+
TODO(mkruskal): Fill in automated testing procedure.
8+
9+
## Contributor License Agreement
10+
11+
Contributions to this project must be accompanied by a Contributor License
12+
Agreement (CLA). You (or your employer) retain the copyright to your
13+
contribution; this simply gives us permission to use and redistribute your
14+
contributions as part of the project. Head over to
15+
<https://cla.developers.google.com/> to see your current agreements on file or
16+
to sign a new one.
17+
18+
You generally only need to submit a CLA once, so if you've already submitted one
19+
(even if it was for a different project), you probably don't need to do it
20+
again.
21+
22+
## Code Reviews
23+
24+
All submissions, including submissions by project members, require review. We
25+
use GitHub pull requests for this purpose. Consult
26+
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
27+
information on using pull requests.
28+
29+
## Community Guidelines
30+
31+
This project follows
32+
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2018-2021 BazelRubyContributors.
190+
Copyright 2022 Google LLC
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)