diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 89e809e194bafe5bfd898df00d6b1848ad09d40d_Q09OVFJJQlVUSU5HLm1k..5f99a3217239ac0f13f5fcf86afcefeedd020da9_Q09OVFJJQlVUSU5HLm1k 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,6 +17,15 @@
 
 ## Maintainer documentation
 
+Maintainers of this project will try to address issues in a timely manner.
+Maintainers, however, cannot guarantee that they would be able to address
+all incoming issues as soon as they are raised nor can guarantee to provide an
+answer to all raised issues.
+
+If your issue is closed due to inactivity (from either side), please check
+whether the issue persists in the latest version. If that is the case, feel free
+to reopen the issue or create a new one with a link to the old issue.
+
 ### Issue description templates
 
 Issue description template will show this message to
@@ -72,7 +81,7 @@
 development.
 
 When in rush to fix something (eg. security issue, bug blocking the release),
-writing specs can be skipped. However, an issue to implement the tests 
+writing specs can be skipped. However, an issue to implement the tests
 **must be** created and assigned to the person who originally wrote the code.
 
 To run tests, execute the following command (you may have to run `bundle install` before running it)