From 6f6634b3e0d52420c394bc6eb43c0309956b3347 Mon Sep 17 00:00:00 2001 From: Shinichi Maeshima Date: Wed, 28 May 2025 19:06:23 +0900 Subject: [PATCH] Add Contribution directions --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b144e1d..3781321 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,18 @@ your_logger.debug('debug!') # This is only output when the test fails ``` ## Contributing -Contribution directions go here. + +We welcome contributions! + +1. Fork the repository and create a new branch. +2. Make your changes and add tests if needed. +3. Run tests to ensure everything works: + ```bash + $ bundle exec rake + ``` +4. Open a pull request on GitHub. + +Thank you for your support! ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).