Skip to content

Commit ba3006f

Browse files
committed
Initial commit
0 parents  commit ba3006f

7 files changed

+487
-0
lines changed

.gitignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/gradle/wrapper/gradle-wrapper.properties
2+
##----------Android----------
3+
# build
4+
*.apk
5+
*.ap_
6+
*.dex
7+
*.class
8+
bin/
9+
gen/
10+
build/
11+
12+
# gradle
13+
.gradle/
14+
gradle-app.setting
15+
!gradle-wrapper.jar
16+
build/
17+
18+
local.properties
19+
20+
##----------idea----------
21+
*.iml
22+
.idea/
23+
*.ipr
24+
*.iws
25+
26+
# Android Studio Navigation editor temp files
27+
.navigation/
28+
29+
##----------Other----------
30+
# osx
31+
*~
32+
.DS_Store
33+
gradle.properties
34+
35+
.vscode

LICENSE

+427
Large diffs are not rendered by default.

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<div align="center"> <img src="./images/repository-template-demo.png"/> </div>
2+
3+
# Doc-Type Repository Template
4+
[![license](https://badgen.net/github/license/doocs/doc-template?color=green)](https://github.com/doocs/doc-template/blob/master/LICENSE)
5+
[![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http://makeapullrequest.com)
6+
[![stars](https://badgen.net/github/stars/doocs/doc-template)](https://github.com/doocs/doc-template/stargazers)
7+
[![contributors](https://badgen.net/github/contributors/doocs/doc-template)](https://github.com/doocs/doc-template/graphs/contributors)
8+
[![help-wanted](https://badgen.net/github/label-issues/doocs/doc-template/help%20wanted/open)](https://github.com/doocs/doc-template/labels/help%20wanted)
9+
[![issues](https://badgen.net/github/open-issues/doocs/doc-template)](https://github.com/doocs/doc-template/issues)
10+
[![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http://makeapullrequest.com)
11+
12+
## Introduction
13+
Now you're viewing a doc-type template repository, you’ll see a brand new <kbd>Use this template</kbd> button that enables you to get started with that codebase in seconds.
14+
15+
<div align="center"> <img src="./images/use-this-template-button.png"/> </div>
16+
17+
The template repository gets a new URL endpoint called `/generate` that allows you to distribute your template more efficiently. And all you need to do is name your project and clone your new repository to get started.
18+
19+
This is just the beginning for repository templates. The GitHub Team will bring more capabilities to all of the template types—repositories, issues, and pull requests—to help us spend less time repeating work so we can get back to building new things.
20+
21+
## Reference
22+
[The GitHub Blog: Generate new repositories with repository templates](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/)
23+
24+
## License
25+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

docs/README.md

Whitespace-only changes.

images/github-doocs.png

1.24 MB
Loading

images/repository-template-demo.png

38.5 KB
Loading

images/use-this-template-button.png

41.1 KB
Loading

0 commit comments

Comments
 (0)