https://github.com/netease/example
https://github.com/netease/example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/netease/example
- Owner: NetEase
- Created: 2012-05-29T07:32:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-24T08:34:02.000Z (almost 14 years ago)
- Last Synced: 2025-04-14T17:08:01.786Z (about 1 year ago)
- Language: C
- Size: 4.52 MB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
projectname - a Short Description (格式必须是`项目名 - 简介`,放在文件开头)
=================================
This is an example project, aim to be a reference of how project source code and document should be organized. (项目详细介绍,紧接标题之后,一般是一段或几段话,必须有)
Second paragraph.
* Homepage: (项目相关链接,紧接详细介绍之后,没有的项可以不写)
* Mailing list:
* Documentation:
* Wiki:
* Issues:
* Tags: java, spring (项目相关标签,如编写语言和项目的用途,常见的标签有 `web`、`java`、`c`、`html5`、`libary`、`plugin` 等,必须有,并且放到最后一项)
Getting Started (后面是自由格式)
---------------
clone this repo
git clone git://github.com/netease/example.git
and ...
Document
--------
Write document here.
How Can I Contribute
--------------------
Fork this project on [GitHub](https://github.com/netease/example), add your improvement, push it to a branch in your fork named for the topic, send a pull request.
You can also file bugs or feature requests under the [issues](https://github.com/netease/example/issues/) page on GitHub, or join us on google groups
Coding Style
------------
...
Other things
------------
...