From f649927150e27025ee65ce2191640e7ebbd39f44 Mon Sep 17 00:00:00 2001 From: Vartan Benohanian Date: Tue, 29 Sep 2020 14:52:10 -0400 Subject: [PATCH] Update readme Signed-off-by: Vartan Benohanian --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7999dfb..c27f055 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,10 @@ More examples are available in the [examples](examples) folder. The package design is heavily inspired from [Google's GitHub API client](https://github.com/google/go-github) and [DigitalOcean's API client](https://github.com/digitalocean/godo). +## Contributing + +Contributions are welcome! For any bug reports/feature requests, feel free to open an issue or submit a pull request. + ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.