File tree 1 file changed +13
-22
lines changed
1 file changed +13
-22
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## WORKFLOW
4
4
5
- 1 . Create and describe your ** proposal/bug** in an _ issue_ .
6
- 2 . Create a new ** branch** and ** pull request** with the pattern ` 1-my-feature ` .
5
+ 1 . Create your ** proposal/bug** in an _ issue_ .
6
+ 2 . Create a new ** branch** and ** pull request** with the pattern:
7
+ - ` feat/my-new-feature ` .
8
+ - ` docs/add-new-docs ` .
9
+ - ` test/add-a-test ` .
10
+ - ` fix/big-bug ` .
11
+ 3 . Open a PR for you _ issue_ (or link with a existent)
12
+ 4 . Await to ` merge `
13
+ 5 . Publish new change by ` tag `
7
14
8
15
<img width =" 1172 " alt =" Gitlab Flow " src =" https://user-images.githubusercontent.com/50037567/165442258-072abfe6-2295-40d6-a573-92f851878c4c.png " >
9
16
10
17
---
11
18
12
- ## DEVELOPMENT ENVIRONMENT
13
-
14
- ** pre-req**
15
-
16
- - [ docker] ( https://docs.docker.com/engine/install/ )
17
- - [ vscode] ( https://code.visualstudio.com/download )
18
- - [ remote container] ( https://code.visualstudio.com/docs/remote/containers )
19
-
20
- 1 . Update the image with ` Dockerfile `
21
- 2 . Development and test inside a container before do ` git push `
22
-
23
- <img width =" 784 " alt =" envdev " src =" https://user-images.githubusercontent.com/50037567/167924906-e9791796-c673-49b6-957b-493b33745907.png " >
24
-
25
- ---
26
-
27
19
## CONVENTIONAL COMMIT
28
20
29
21
```
30
22
type(escope): short description
31
23
32
- What does the modification do?
33
- why was it modified?
34
-
24
+ You need describe better?
25
+ Write more here
35
26
```
36
27
37
28
type
38
29
39
- - ** deprecated!** compatibility break
40
30
- ** add** adds a new feature
41
31
- ** fix** fixes a bug
42
- - ** remove** remove a peace of code
43
32
- ** update** does not add a feature or fix a bug
33
+ - ** remove** remove a peace of code
34
+ - ** security** update/fix some security matter code
44
35
45
36
---
46
37
You can’t perform that action at this time.
0 commit comments