From 29ee8311f7b43acd6fb3f273e9070fde9993f449 Mon Sep 17 00:00:00 2001 From: Daniel Garijo Date: Mon, 26 Oct 2020 12:31:27 -0700 Subject: [PATCH] Update index.md --- docs/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 72d97bf..d210e99 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,4 +62,14 @@ If you want to install the latest development version, open a terminal and type: ```bash $ pip install git+https://github.com/mintproject/mic.git@develop -U ``` -Note theat the development version may be unstable. \ No newline at end of file +Note theat the development version may be unstable. + +## Issues, Troubleshooting and Feature Requests + +Known issues with MIC are listed [here](https://github.com/mintproject/mic/issues). + +If you experience any issues when using MIC, or if you would like us to support additional exciting features, please open an issue on our [GitHub repository](https://github.com/mintproject/mic/issues). + +## Code Releases and Next Updates + +The [latest release of MIC is available in GitHub](https://github.com/mintproject/mic/releases/latest). You can check the issues and updates we are working on for the next releases [here](https://github.com/mintproject/mic/milestones). \ No newline at end of file