You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
# Contributing
2
2
3
3
Contributions are always welcome. Before contributing please read the
4
-
[code of conduct](https://github.com/dzcode-io/leblad/blob/master/.github/CODE_OF_CONDUCT.md) &
4
+
[code of conduct](CODE_OF_CONDUCT.md) &
5
5
[search the issue tracker](https://github.com/omdxp/leblad-go/issues); your issue
6
-
may have already been discussed or fixed in `develop`. To contribute:
6
+
may have already been discussed or fixed in `develop`. To contribute:
7
7
8
8
- Fork [leblad-go](https://github.com/omdxp/leblad-go) repository (see: [How to fork a repository on Github](https://help.github.com/articles/fork-a-repo/)).
9
-
- Install modules (run `go mod tidy`).
10
9
- Do your magic :smiley:, and please make sure that all tests are passing (run `go test -v ./...`)
11
10
- Commit your changes (we would be supper happy if you use [commitzen](https://egghead.io/lessons/javascript-writing-conventional-commits-with-commitizen)).
12
11
-[Send a pull request](https://help.github.com/articles/using-pull-requests/) and point it to `main` branch.
0 commit comments