Skip to content

Commit 0d813f5

Browse files
Merge pull request #17 from blyndusk/feat_doc
doc(readme): #15 badges
2 parents 8c75b9a + c7f6bc8 commit 0d813f5

File tree

2 files changed

+63
-2
lines changed

2 files changed

+63
-2
lines changed

README.md

+63-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,76 @@
11
# repo-template
22

3+
[![RELEASE](https://img.shields.io/github/v/release/blyndusk/repo-template)](https://github.com/blyndusk/repo-template/releases)
4+
[![RELEASE DATE](https://img.shields.io/github/release-date/blyndusk/repo-template)](https://github.com/blyndusk/repo-template/commits/main)
5+
[![ISSUES](https://img.shields.io/github/issues/blyndusk/repo-template)](https://github.com/blyndusk/repo-template/issues)
6+
[![PULL REQUESTS](https://img.shields.io/github/issues-pr/blyndusk/repo-template)](https://github.com/blyndusk/repo-template/pulls)
7+
[![LAST COMMIT](https://img.shields.io/github/last-commit/blyndusk/repo-template)](https://github.com/blyndusk/repo-template/commits/main)
8+
[![LICENSE](https://img.shields.io/github/license/blyndusk/repo-template)](https://github.com/blyndusk/repo-template/blob/main/LICENSE)
9+
[![REPO SIZE](https://img.shields.io/github/repo-size/blyndusk/repo-template)](https://github.com/blyndusk/repo-template)
10+
311
[![DOCKER](https://github.com/blyndusk/repo-template/actions/workflows/docker.yml/badge.svg)](https://github.com/blyndusk/repo-template/actions/workflows/docker.yml)
412
[![PYTHON](https://github.com/blyndusk/repo-template/actions/workflows/python.yml/badge.svg)](https://github.com/blyndusk/repo-template/actions/workflows/python.yml)
513
[![RELEASE](https://github.com/blyndusk/repo-template/actions/workflows/release.yml/badge.svg)](https://github.com/blyndusk/repo-template/actions/workflows/release.yml)
614

715
- [repo-template](#repo-template)
8-
- [Use](#use)
16+
- [I - Goal](#i---goal)
17+
- [II - Conventions, templates and guidelines](#ii---conventions-templates-and-guidelines)
18+
- [A - Commit conventions](#a---commit-conventions)
19+
- [B - Issue template](#b---issue-template)
20+
- [C - Branch naming convention](#c---branch-naming-convention)
21+
- [D - Pull request template](#d---pull-request-template)
22+
- [III - Use](#iii---use)
23+
- [IV - Project use](#iv---project-use)
924
- [Help](#help)
1025
- [Start](#start)
1126
- [Stop](#stop)
1227
- [Restart](#restart)
1328
- [Display logs](#display-logs)
29+
- [V - License](#v---license)
30+
31+
## I - Goal
32+
33+
The purpose of this repository is to provide a solid, complete and adaptable base of a quasi-virgin repository, in order to start a new project with a maximum time saving.
34+
35+
This repository provides:
36+
- commit/branch/issues/pull requests conventions, templates and guidelines
37+
- GitHub Actions for CI, CD and release
38+
39+
40+
## II - Conventions, templates and guidelines
41+
42+
### A - Commit conventions
43+
44+
```
45+
tag(scope): #issue_id message
46+
```
47+
48+
See [commit_conventions.md](.github/commit_conventions.md) for more informations.
49+
50+
### B - Issue template
51+
52+
See [user-story.md](.github/ISSUE_TEMPLATE/user-story.md) for more informations.
1453

15-
## Use
54+
### C - Branch naming convention
55+
56+
```
57+
type_scope-of-the-work
58+
```
59+
60+
See [branch_naming_convention.md](.github/branch_naming_convention.md) for more informations.
61+
62+
### D - Pull request template
63+
64+
See [user-story.md](.github/pull_request_template.md) for more informations.
65+
66+
## III - Use
67+
68+
Go to `New Repository`, then choose this template
69+
70+
![create-as-tpl](./docs/create-as-tpl.jpg)
71+
72+
73+
## IV - Project use
1674

1775
### Help
1876

@@ -44,3 +102,6 @@ $ make restart
44102
$ make logs
45103
```
46104

105+
## V - License
106+
107+
Under [MIT](./LICENSE) license.

docs/create-as-tpl.jpg

17.7 KB
Loading

0 commit comments

Comments
 (0)