summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorBrian P O'Rourke <brian@orourke.io>2020-07-11 09:36:28 -0700
committerOran Agra <oran@redislabs.com>2020-07-22 16:24:39 +0300
commit3e35ac9d7f2d2fc326443061c3323c0538a85ed0 (patch)
tree79f0d6b2849c52bdeb8888993bb7398e3b210504 /CONTRIBUTING
parent9fc8a5efe5541a4461cd889340fda46184a4b0f2 (diff)
downloadredis-3e35ac9d7f2d2fc326443061c3323c0538a85ed0.tar.gz
Outdent github issues guidelines
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING16
1 files changed, 8 insertions, 8 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 000edbeaf..800d7bd21 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -7,18 +7,18 @@ each source file that you contribute.
# IMPORTANT: HOW TO USE REDIS GITHUB ISSUES
-* Github issues SHOULD ONLY BE USED to report bugs, and for DETAILED feature
- requests. Everything else belongs to the Redis Google Group:
+Github issues SHOULD ONLY BE USED to report bugs, and for DETAILED feature
+requests. Everything else belongs to the Redis Google Group:
- https://groups.google.com/forum/m/#!forum/Redis-db
+ https://groups.google.com/forum/m/#!forum/Redis-db
- PLEASE DO NOT POST GENERAL QUESTIONS that are not about bugs or suspected
- bugs in the Github issues system. We'll be very happy to help you and provide
- all the support in the mailing list.
+PLEASE DO NOT POST GENERAL QUESTIONS that are not about bugs or suspected
+bugs in the Github issues system. We'll be very happy to help you and provide
+all the support in the mailing list.
- There is also an active community of Redis users at Stack Overflow:
+There is also an active community of Redis users at Stack Overflow:
- http://stackoverflow.com/questions/tagged/redis
+ http://stackoverflow.com/questions/tagged/redis
# How to provide a patch for a new feature