Skip to content

Commit dabe0cd

Browse files
committed
chore: update README.md
1 parent 5666656 commit dabe0cd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Contributing
22

33
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) &
55
[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:
77

88
- 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`).
109
- Do your magic :smiley:, and please make sure that all tests are passing (run `go test -v ./...`)
1110
- Commit your changes (we would be supper happy if you use [commitzen](https://egghead.io/lessons/javascript-writing-conventional-commits-with-commitizen)).
1211
- [Send a pull request](https://help.github.com/articles/using-pull-requests/) and point it to `main` branch.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,11 @@ if err != nil {
441441
panic(err)
442442
}
443443
```
444+
445+
## Contributing
446+
447+
Contributions are welcome, please read the [contributing guide](.github/CONTRIBUTING.md) for more information.
448+
449+
## License
450+
451+
[MIT](LICENSE)

0 commit comments

Comments
 (0)