From 85288237290968a693a2be306eb68df3648e595c Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 21 Oct 2024 14:27:12 +0200 Subject: [PATCH] Add contributing section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index faf651e24..5df5fc20b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ This repository is home to Dart internationalization (i18n) and localization (l1 | [intl4x](pkgs/intl4x/) | A lightweight modular library for internationalization (i18n) functionality. | [![Pub](https://img.shields.io/pub/v/intl4x.svg)](https://pub.dev/packages/intl4x) | Experimental | | [messages](pkgs/messages/) | A data-based, easy, safe, and small localization (l10n) library. | [![Pub](https://img.shields.io/pub/v/messages.svg)](https://pub.dev/packages/messages) | Experimental | +## Contribute + +Let us know about [bugs and feature requests](https://github.com/dart-lang/i18n/issues), file a [pull request](https://github.com/dart-lang/i18n/pulls), or participate in the [discussions](https://github.com/dart-lang/i18n/discussions)! + ## Publishing automation For information about our publishing automation and release process, see