https://github.com/nightprogrammers/gitlab-template
Git template for GitLab project
https://github.com/nightprogrammers/gitlab-template
gitlab issues merge template
Last synced: 6 days ago
JSON representation
Git template for GitLab project
- Host: GitHub
- URL: https://github.com/nightprogrammers/gitlab-template
- Owner: NightProgrammers
- License: mit
- Created: 2017-04-18T08:35:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:44:14.000Z (over 2 years ago)
- Last Synced: 2025-01-03T11:12:58.339Z (over 1 year ago)
- Topics: gitlab, issues, merge, template
- Homepage: https://github.com/wuhuizuo/gitlab-template
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .gitlab/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
 ___项目名称___
===
> HERE:一句话简短的描述这个项目.
[](https://github.com/wuhuizuo/gitlab-template)
[](https://github.com/wuhuizuo/gitlab-template)
> HERE:项目概述
>
>
>
# 使用入门
> **[?]** 告诉别人这个项目用来干啥的,如何开始使用?
```sh
# 安装
$ sudo gem install xxx
# ......
```
## 用法参考
> **[?]** 告诉别人如何使用,举些例子?
## 贡献
> **[?]** 在`CONTRIBUTING.md`中写上贡献流程方法,或者写上主要贡献者,或者两者都写上, 如:
详情请参见: [CONTRIBUTING](./.gitlab/CONTRIBUTING.md)
> **[?]** 或者你也可以直接在这里简要的书写:
1. `Fork` this repository or `checkout` this repository if you are a Developer role user.
2. Create a `branch`
3. `Commit` your changes
4. `Push` your `commits` to the `branch`
5. Submit a `merge request`
查看项目贡献者名单: [CONTRIBUTORS](./.gitlab/CONTRIBUTORS.md)
## 变更记录 :memo:
查看项目重要变更记录[CHANGELOG](CHANGELOG.md)
## 鸣谢 :thumbsup:
> **[?]** 你的项目中使用了别人的框架或者别人的成果,在这里给出参考项目的链接或者鸣谢个人/团队:
* [xxx project](http://xxx.com/). 借鉴参考其框架.
* [yyy project](http://yyy.org). 使用此工具或者框架.
## To-Do :man:
> **[?]** 项目目前处于早期阶段, 来一个todo list来记录当前还要做的事情是非常透明的:
- [x] 干完了这件事情了
- [ ] 还有一件事
- [ ] 还有第二件事情
## License
> **[?]** 你选择的License类型. 这里提供的默认License是**MIT License**. 更多的协议类型请参见[这里](https://choosealicense.com/).
[](https://opensource.org/licenses/MIT)