···11+## Expected Behavior
22+33+44+## Actual Behavior
55+66+77+## Steps to Reproduce the Problem
88+99+1.
1010+1.
1111+1.
1212+1313+## Specifications
1414+1515+- Version:
1616+- Platform:
+6
.github/PULL_REQUEST_TEMPLATE.md
···11+Fixes #<issue_number_goes_here>
22+33+> It's a good idea to open an issue first for discussion.
44+55+- [ ] Tests pass
66+- [ ] Appropriate changes to README are included in PR
+202
LICENSE
···11+22+ Apache License
33+ Version 2.0, January 2004
44+ http://www.apache.org/licenses/
55+66+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77+88+ 1. Definitions.
99+1010+ "License" shall mean the terms and conditions for use, reproduction,
1111+ and distribution as defined by Sections 1 through 9 of this document.
1212+1313+ "Licensor" shall mean the copyright owner or entity authorized by
1414+ the copyright owner that is granting the License.
1515+1616+ "Legal Entity" shall mean the union of the acting entity and all
1717+ other entities that control, are controlled by, or are under common
1818+ control with that entity. For the purposes of this definition,
1919+ "control" means (i) the power, direct or indirect, to cause the
2020+ direction or management of such entity, whether by contract or
2121+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2222+ outstanding shares, or (iii) beneficial ownership of such entity.
2323+2424+ "You" (or "Your") shall mean an individual or Legal Entity
2525+ exercising permissions granted by this License.
2626+2727+ "Source" form shall mean the preferred form for making modifications,
2828+ including but not limited to software source code, documentation
2929+ source, and configuration files.
3030+3131+ "Object" form shall mean any form resulting from mechanical
3232+ transformation or translation of a Source form, including but
3333+ not limited to compiled object code, generated documentation,
3434+ and conversions to other media types.
3535+3636+ "Work" shall mean the work of authorship, whether in Source or
3737+ Object form, made available under the License, as indicated by a
3838+ copyright notice that is included in or attached to the work
3939+ (an example is provided in the Appendix below).
4040+4141+ "Derivative Works" shall mean any work, whether in Source or Object
4242+ form, that is based on (or derived from) the Work and for which the
4343+ editorial revisions, annotations, elaborations, or other modifications
4444+ represent, as a whole, an original work of authorship. For the purposes
4545+ of this License, Derivative Works shall not include works that remain
4646+ separable from, or merely link (or bind by name) to the interfaces of,
4747+ the Work and Derivative Works thereof.
4848+4949+ "Contribution" shall mean any work of authorship, including
5050+ the original version of the Work and any modifications or additions
5151+ to that Work or Derivative Works thereof, that is intentionally
5252+ submitted to Licensor for inclusion in the Work by the copyright owner
5353+ or by an individual or Legal Entity authorized to submit on behalf of
5454+ the copyright owner. For the purposes of this definition, "submitted"
5555+ means any form of electronic, verbal, or written communication sent
5656+ to the Licensor or its representatives, including but not limited to
5757+ communication on electronic mailing lists, source code control systems,
5858+ and issue tracking systems that are managed by, or on behalf of, the
5959+ Licensor for the purpose of discussing and improving the Work, but
6060+ excluding communication that is conspicuously marked or otherwise
6161+ designated in writing by the copyright owner as "Not a Contribution."
6262+6363+ "Contributor" shall mean Licensor and any individual or Legal Entity
6464+ on behalf of whom a Contribution has been received by Licensor and
6565+ subsequently incorporated within the Work.
6666+6767+ 2. Grant of Copyright License. Subject to the terms and conditions of
6868+ this License, each Contributor hereby grants to You a perpetual,
6969+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7070+ copyright license to reproduce, prepare Derivative Works of,
7171+ publicly display, publicly perform, sublicense, and distribute the
7272+ Work and such Derivative Works in Source or Object form.
7373+7474+ 3. Grant of Patent License. Subject to the terms and conditions of
7575+ this License, each Contributor hereby grants to You a perpetual,
7676+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7777+ (except as stated in this section) patent license to make, have made,
7878+ use, offer to sell, sell, import, and otherwise transfer the Work,
7979+ where such license applies only to those patent claims licensable
8080+ by such Contributor that are necessarily infringed by their
8181+ Contribution(s) alone or by combination of their Contribution(s)
8282+ with the Work to which such Contribution(s) was submitted. If You
8383+ institute patent litigation against any entity (including a
8484+ cross-claim or counterclaim in a lawsuit) alleging that the Work
8585+ or a Contribution incorporated within the Work constitutes direct
8686+ or contributory patent infringement, then any patent licenses
8787+ granted to You under this License for that Work shall terminate
8888+ as of the date such litigation is filed.
8989+9090+ 4. Redistribution. You may reproduce and distribute copies of the
9191+ Work or Derivative Works thereof in any medium, with or without
9292+ modifications, and in Source or Object form, provided that You
9393+ meet the following conditions:
9494+9595+ (a) You must give any other recipients of the Work or
9696+ Derivative Works a copy of this License; and
9797+9898+ (b) You must cause any modified files to carry prominent notices
9999+ stating that You changed the files; and
100100+101101+ (c) You must retain, in the Source form of any Derivative Works
102102+ that You distribute, all copyright, patent, trademark, and
103103+ attribution notices from the Source form of the Work,
104104+ excluding those notices that do not pertain to any part of
105105+ the Derivative Works; and
106106+107107+ (d) If the Work includes a "NOTICE" text file as part of its
108108+ distribution, then any Derivative Works that You distribute must
109109+ include a readable copy of the attribution notices contained
110110+ within such NOTICE file, excluding those notices that do not
111111+ pertain to any part of the Derivative Works, in at least one
112112+ of the following places: within a NOTICE text file distributed
113113+ as part of the Derivative Works; within the Source form or
114114+ documentation, if provided along with the Derivative Works; or,
115115+ within a display generated by the Derivative Works, if and
116116+ wherever such third-party notices normally appear. The contents
117117+ of the NOTICE file are for informational purposes only and
118118+ do not modify the License. You may add Your own attribution
119119+ notices within Derivative Works that You distribute, alongside
120120+ or as an addendum to the NOTICE text from the Work, provided
121121+ that such additional attribution notices cannot be construed
122122+ as modifying the License.
123123+124124+ You may add Your own copyright statement to Your modifications and
125125+ may provide additional or different license terms and conditions
126126+ for use, reproduction, or distribution of Your modifications, or
127127+ for any such Derivative Works as a whole, provided Your use,
128128+ reproduction, and distribution of the Work otherwise complies with
129129+ the conditions stated in this License.
130130+131131+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132132+ any Contribution intentionally submitted for inclusion in the Work
133133+ by You to the Licensor shall be under the terms and conditions of
134134+ this License, without any additional terms or conditions.
135135+ Notwithstanding the above, nothing herein shall supersede or modify
136136+ the terms of any separate license agreement you may have executed
137137+ with Licensor regarding such Contributions.
138138+139139+ 6. Trademarks. This License does not grant permission to use the trade
140140+ names, trademarks, service marks, or product names of the Licensor,
141141+ except as required for reasonable and customary use in describing the
142142+ origin of the Work and reproducing the content of the NOTICE file.
143143+144144+ 7. Disclaimer of Warranty. Unless required by applicable law or
145145+ agreed to in writing, Licensor provides the Work (and each
146146+ Contributor provides its Contributions) on an "AS IS" BASIS,
147147+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148148+ implied, including, without limitation, any warranties or conditions
149149+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150150+ PARTICULAR PURPOSE. You are solely responsible for determining the
151151+ appropriateness of using or redistributing the Work and assume any
152152+ risks associated with Your exercise of permissions under this License.
153153+154154+ 8. Limitation of Liability. In no event and under no legal theory,
155155+ whether in tort (including negligence), contract, or otherwise,
156156+ unless required by applicable law (such as deliberate and grossly
157157+ negligent acts) or agreed to in writing, shall any Contributor be
158158+ liable to You for damages, including any direct, indirect, special,
159159+ incidental, or consequential damages of any character arising as a
160160+ result of this License or out of the use or inability to use the
161161+ Work (including but not limited to damages for loss of goodwill,
162162+ work stoppage, computer failure or malfunction, or any and all
163163+ other commercial damages or losses), even if such Contributor
164164+ has been advised of the possibility of such damages.
165165+166166+ 9. Accepting Warranty or Additional Liability. While redistributing
167167+ the Work or Derivative Works thereof, You may choose to offer,
168168+ and charge a fee for, acceptance of support, warranty, indemnity,
169169+ or other liability obligations and/or rights consistent with this
170170+ License. However, in accepting such obligations, You may act only
171171+ on Your own behalf and on Your sole responsibility, not on behalf
172172+ of any other Contributor, and only if You agree to indemnify,
173173+ defend, and hold each Contributor harmless for any liability
174174+ incurred by, or claims asserted against, such Contributor by reason
175175+ of your accepting any such warranty or additional liability.
176176+177177+ END OF TERMS AND CONDITIONS
178178+179179+ APPENDIX: How to apply the Apache License to your work.
180180+181181+ To apply the Apache License to your work, attach the following
182182+ boilerplate notice, with the fields enclosed by brackets "[]"
183183+ replaced with your own identifying information. (Don't include
184184+ the brackets!) The text should be enclosed in the appropriate
185185+ comment syntax for the file format. We also recommend that a
186186+ file or class name and description of purpose be included on the
187187+ same "printed page" as the copyright notice for easier
188188+ identification within third-party archives.
189189+190190+ Copyright [yyyy] [name of copyright owner]
191191+192192+ Licensed under the Apache License, Version 2.0 (the "License");
193193+ you may not use this file except in compliance with the License.
194194+ You may obtain a copy of the License at
195195+196196+ http://www.apache.org/licenses/LICENSE-2.0
197197+198198+ Unless required by applicable law or agreed to in writing, software
199199+ distributed under the License is distributed on an "AS IS" BASIS,
200200+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201+ See the License for the specific language governing permissions and
202202+ limitations under the License.
+53
README.md
···11+# New Project Template
22+33+This repository contains a template that can be used to seed a repository for a
44+new Google open source project.
55+66+See [go/releasing](http://go/releasing) (available externally at
77+https://opensource.google/docs/releasing/) for more information about
88+releasing a new Google open source project.
99+1010+This template uses the Apache license, as is Google's default. See the
1111+documentation for instructions on using alternate license.
1212+1313+## How to use this template
1414+1515+1. Clone it from GitHub.
1616+ * There is no reason to fork it.
1717+1. Create a new local repository and copy the files from this repo into it.
1818+1. Modify README.md and docs/contributing.md to represent your project, not the
1919+ template project.
2020+1. Develop your new project!
2121+2222+``` shell
2323+git clone https://github.com/google/new-project
2424+mkdir my-new-thing
2525+cd my-new-thing
2626+git init
2727+cp -r ../new-project/* ../new-project/.github .
2828+git add *
2929+git commit -a -m 'Boilerplate for new Google open source project'
3030+```
3131+3232+## Source Code Headers
3333+3434+Every file containing source code must include copyright and license
3535+information. This includes any JS/CSS files that you might be serving out to
3636+browsers. (This is to help well-intentioned people avoid accidental copying that
3737+doesn't comply with the license.)
3838+3939+Apache header:
4040+4141+ Copyright 2020 Google LLC
4242+4343+ Licensed under the Apache License, Version 2.0 (the "License");
4444+ you may not use this file except in compliance with the License.
4545+ You may obtain a copy of the License at
4646+4747+ https://www.apache.org/licenses/LICENSE-2.0
4848+4949+ Unless required by applicable law or agreed to in writing, software
5050+ distributed under the License is distributed on an "AS IS" BASIS,
5151+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5252+ See the License for the specific language governing permissions and
5353+ limitations under the License.
+93
docs/code-of-conduct.md
···11+# Code of Conduct
22+33+## Our Pledge
44+55+In the interest of fostering an open and welcoming environment, we as
66+contributors and maintainers pledge to making participation in our project and
77+our community a harassment-free experience for everyone, regardless of age, body
88+size, disability, ethnicity, gender identity and expression, level of
99+experience, education, socio-economic status, nationality, personal appearance,
1010+race, religion, or sexual identity and orientation.
1111+1212+## Our Standards
1313+1414+Examples of behavior that contributes to creating a positive environment
1515+include:
1616+1717+* Using welcoming and inclusive language
1818+* Being respectful of differing viewpoints and experiences
1919+* Gracefully accepting constructive criticism
2020+* Focusing on what is best for the community
2121+* Showing empathy towards other community members
2222+2323+Examples of unacceptable behavior by participants include:
2424+2525+* The use of sexualized language or imagery and unwelcome sexual attention or
2626+ advances
2727+* Trolling, insulting/derogatory comments, and personal or political attacks
2828+* Public or private harassment
2929+* Publishing others' private information, such as a physical or electronic
3030+ address, without explicit permission
3131+* Other conduct which could reasonably be considered inappropriate in a
3232+ professional setting
3333+3434+## Our Responsibilities
3535+3636+Project maintainers are responsible for clarifying the standards of acceptable
3737+behavior and are expected to take appropriate and fair corrective action in
3838+response to any instances of unacceptable behavior.
3939+4040+Project maintainers have the right and responsibility to remove, edit, or reject
4141+comments, commits, code, wiki edits, issues, and other contributions that are
4242+not aligned to this Code of Conduct, or to ban temporarily or permanently any
4343+contributor for other behaviors that they deem inappropriate, threatening,
4444+offensive, or harmful.
4545+4646+## Scope
4747+4848+This Code of Conduct applies both within project spaces and in public spaces
4949+when an individual is representing the project or its community. Examples of
5050+representing a project or community include using an official project e-mail
5151+address, posting via an official social media account, or acting as an appointed
5252+representative at an online or offline event. Representation of a project may be
5353+further defined and clarified by project maintainers.
5454+5555+This Code of Conduct also applies outside the project spaces when the Project
5656+Steward has a reasonable belief that an individual's behavior may have a
5757+negative impact on the project or its community.
5858+5959+## Conflict Resolution
6060+6161+We do not believe that all conflict is bad; healthy debate and disagreement
6262+often yield positive results. However, it is never okay to be disrespectful or
6363+to engage in behavior that violates the project’s code of conduct.
6464+6565+If you see someone violating the code of conduct, you are encouraged to address
6666+the behavior directly with those involved. Many issues can be resolved quickly
6767+and easily, and this gives people more control over the outcome of their
6868+dispute. If you are unable to resolve the matter for any reason, or if the
6969+behavior is threatening or harassing, report it. We are dedicated to providing
7070+an environment where participants feel welcome and safe.
7171+7272+Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the
7373+Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to
7474+receive and address reported violations of the code of conduct. They will then
7575+work with a committee consisting of representatives from the Open Source
7676+Programs Office and the Google Open Source Strategy team. If for any reason you
7777+are uncomfortable reaching out to the Project Steward, please email
7878+opensource@google.com.
7979+8080+We will investigate every complaint, but you may not receive a direct response.
8181+We will use our discretion in determining when and how to follow up on reported
8282+incidents, which may range from not taking action to permanent expulsion from
8383+the project and project-sponsored spaces. We will notify the accused of the
8484+report and provide them an opportunity to discuss it before any action is taken.
8585+The identity of the reporter will be omitted from the details of the report
8686+supplied to the accused. In potentially harmful situations, such as ongoing
8787+harassment or threats to anyone's safety, we may take action without notice.
8888+8989+## Attribution
9090+9191+This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
9292+available at
9393+https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
+28
docs/contributing.md
···11+# How to Contribute
22+33+We'd love to accept your patches and contributions to this project. There are
44+just a few small guidelines you need to follow.
55+66+## Contributor License Agreement
77+88+Contributions to this project must be accompanied by a Contributor License
99+Agreement. You (or your employer) retain the copyright to your contribution;
1010+this simply gives us permission to use and redistribute your contributions as
1111+part of the project. Head over to <https://cla.developers.google.com/> to see
1212+your current agreements on file or to sign a new one.
1313+1414+You generally only need to submit a CLA once, so if you've already submitted one
1515+(even if it was for a different project), you probably don't need to do it
1616+again.
1717+1818+## Code reviews
1919+2020+All submissions, including submissions by project members, require review. We
2121+use GitHub pull requests for this purpose. Consult
2222+[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
2323+information on using pull requests.
2424+2525+## Community Guidelines
2626+2727+This project follows [Google's Open Source Community
2828+Guidelines](https://opensource.google/conduct/).