mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-16 13:11:10 +00:00
docs: add conventional commits badge and contribution info
This commit is contained in:
parent
85fd435e5f
commit
f30da27354
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<img src="https://img.shields.io/circleci/project/github/PDMLab/docker-compose.svg" /> <a href="https://join.slack.com/t/pdmlab-oss/shared_invite/enQtNjEyMjQ0MDY3NTczLTg1ZDc0YjQxMGE3MTcyYTdkODU1YjFmMTBiODE2ZTZiNDFkNjc1MWE4OTE4NWY0Y2YyMWYzYmNhZGY0NDAyYWY"><img src="https://img.shields.io/npm/dm/docker-compose.svg" /> <img src="https://img.shields.io/badge/Slack-join-green.svg?logo=slack" /></a>
|
||||
[](https://conventionalcommits.org) <img src="https://img.shields.io/circleci/project/github/PDMLab/docker-compose.svg" /> <a href="https://join.slack.com/t/pdmlab-oss/shared_invite/enQtNjEyMjQ0MDY3NTczLTg1ZDc0YjQxMGE3MTcyYTdkODU1YjFmMTBiODE2ZTZiNDFkNjc1MWE4OTE4NWY0Y2YyMWYzYmNhZGY0NDAyYWY"><img src="https://img.shields.io/npm/dm/docker-compose.svg" /> <img src="https://img.shields.io/badge/Slack-join-green.svg?logo=slack" /></a>
|
||||
|
||||
# Manage Docker-Compose via Node.js
|
||||
|
||||
|
|
@ -99,6 +99,8 @@ If you see a bug, please be so kind as to show how it's failing, and we'll do ou
|
|||
|
||||
Before sending a PR, please [create an issue](https://github.com/PDMLab/docker-compose/issues/new) to introduce your idea and have a reference for your PR.
|
||||
|
||||
We're using [conventional commits](https://www.conventionalcommits.org), so please use it for your commits as well.
|
||||
|
||||
Also please add tests and make sure to run `npm run eslint`.
|
||||
|
||||
### Slack
|
||||
|
|
|
|||
Loading…
Reference in a new issue