Skip to content

Instantly share code, notes, and snippets.

@JaymzZh
Forked from zenorocha/README.md
Last active January 5, 2016 01:49
Show Gist options
  • Save JaymzZh/b4a1505c586d5af5ea42 to your computer and use it in GitHub Desktop.
Save JaymzZh/b4a1505c586d5af5ea42 to your computer and use it in GitHub Desktop.
A template for Github READMEs (Markdown) + Sublime Snippet

项目名称

TODO:来点项目描述

安装

TODO:说说项目要怎么安装

使用

TODO:告诉别人你的项目要怎么使用的

贡献

  1. Fork到你的名下!
  2. 创建一个分支:git checkout -b my-new-feature
  3. 提交你的更改:git commit -am 'Add some feature'
  4. 推送:git push origin my-new-feature
  5. 创建一个PR :D

历史更新

TODO:保留历史更新记录

开发人员

TODO:都有哪些人参与了你的项目的开发

协议

TODO:你的项目是用的什么协议开源

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

TODO: Write usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license

<snippet>
<content><![CDATA[
# ${1:Project Name}
TODO: Write a project description
## Installation
TODO: Describe the installation process
## Usage
TODO: Write usage instructions
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## History
TODO: Write history
## Credits
TODO: Write credits
## License
TODO: Write license
]]></content>
<tabTrigger>readme</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment