|
1 | | -# New Project Template |
| 1 | +# The Home of GitHub Source Solutions |
2 | 2 |
|
3 | | -This repository contains a template that can be used to seed a repository for a |
4 | | -new Google open source project. |
| 3 | +This is where the team that manages GitHub for Google places things (like required workflows) to use across the enterprise. |
5 | 4 |
|
6 | | -See [go/releasing](http://go/releasing) (available externally at |
7 | | -https://opensource.google/documentation/reference/releasing) for more information about |
8 | | -releasing a new Google open source project. |
9 | | - |
10 | | -This template uses the Apache license, as is Google's default. See the |
11 | | -documentation for instructions on using alternate license. |
12 | | - |
13 | | -## How to use this template |
14 | | - |
15 | | -1. Clone it from GitHub. |
16 | | - * There is no reason to fork it. |
17 | | -1. Create a new local repository and copy the files from this repo into it. |
18 | | -1. Modify README.md and docs/contributing.md to represent your project, not the |
19 | | - template project. |
20 | | -1. Develop your new project! |
21 | | - |
22 | | -``` shell |
23 | | -git clone https://github.com/google/new-project |
24 | | -mkdir my-new-thing |
25 | | -cd my-new-thing |
26 | | -git init |
27 | | -cp -r ../new-project/* ../new-project/.github . |
28 | | -git add * |
29 | | -git commit -a -m 'Boilerplate for new Google open source project' |
30 | | -``` |
31 | | - |
32 | | -## Source Code Headers |
33 | | - |
34 | | -Every file containing source code must include copyright and license |
35 | | -information. This includes any JS/CSS files that you might be serving out to |
36 | | -browsers. (This is to help well-intentioned people avoid accidental copying that |
37 | | -doesn't comply with the license.) |
38 | | - |
39 | | -Apache header: |
40 | | - |
41 | | - Copyright 2024 Google LLC |
42 | | - |
43 | | - Licensed under the Apache License, Version 2.0 (the "License"); |
44 | | - you may not use this file except in compliance with the License. |
45 | | - You may obtain a copy of the License at |
46 | | - |
47 | | - https://www.apache.org/licenses/LICENSE-2.0 |
48 | | - |
49 | | - Unless required by applicable law or agreed to in writing, software |
50 | | - distributed under the License is distributed on an "AS IS" BASIS, |
51 | | - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
52 | | - See the License for the specific language governing permissions and |
53 | | - limitations under the License. |
| 5 | +We also own a number of other repositories. See them [here](https://github.com/topics/github-source-solutions) |
0 commit comments