Skip to content

Commit a180c89

Browse files
committed
add contributing and license section to readme
1 parent d11d29a commit a180c89

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,13 @@ Check out on [go-dcp](https://github.com/Trendyol/go-dcp#configuration)
5050
| cbgo_mongodb_connector_action_total_current | Count mongodb actions | `action_type`: Type of action (e.g., `delete`) `result`: Result of the action (e.g., `success`, `error`) `database_name`: The name of the database to which the action is applied | Counter |
5151

5252
You can also use all DCP-related metrics explained [here](https://github.com/Trendyol/go-dcp#exposed-metrics).
53-
All DCP-related metrics are automatically injected. It means you don't need to do anything.
53+
All DCP-related metrics are automatically injected. It means you don't need to do anything.
54+
55+
## Contributing
56+
57+
Go Dcp MongoDB is always open for direct contributions. For more information please check
58+
our [Contribution Guideline document](./CONTRIBUTING.md).
59+
60+
## License
61+
62+
Released under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)