Skip to content

Commit

Permalink
update: contributing (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath authored Jun 6, 2022
1 parent 5f3b2ef commit ee5978d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
## WORKFLOW

1. Create and describe your **proposal/bug** in an _issue_.
2. Create a new **branch** and **pull request** with the pattern `1-my-feature`.
2. Create a new **branch** AND **pull request** with the pattern `1-my-feature`.

## Deploy Features First in Testnet

<img width="1744" alt="Untitled" src="https://user-images.githubusercontent.com/50037567/172264971-106c4dfd-0871-4799-9863-6fe60960662c.png">

<img width="1172" alt="Gitlab Flow" src="https://user-images.githubusercontent.com/50037567/165442258-072abfe6-2295-40d6-a573-92f851878c4c.png">

---

Expand Down Expand Up @@ -54,4 +57,4 @@ Major.Minor.Patch (e.g. 1.3.4)
- [Quick Actions for Commits](https://docs.gitlab.com/ee/user/project/quick_actions.html)
- [Commits examples](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#)
- [Full Tutorial Add Convetional Commit as default](https://prahladyeri.com/blog/2019/06/how-to-enforce-conventional-commit-messages-using-git-hooks.html)
- [Create a global git commit hook](https://coderwall.com/p/jp7d5q/create-a-global-git-commit-hook)
- [Create a global git commit hook](https://coderwall.com/p/jp7d5q/create-a-global-git-commit-hook)

0 comments on commit ee5978d

Please sign in to comment.