aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2018-05-12 15:28:15 +0900
committerGitHub <noreply@github.com>2018-05-12 15:28:15 +0900
commit3f64119bf301e0ad43bb0c04ae64d214cbfa09df (patch)
tree6c1f5f01480a6990e2a91f22695ff94406d40b0b
parent5c5bf71394b286698956438a3694b71640d6895b (diff)
parent51181247a238b1fb148dad15b6fd2fa1471fc06e (diff)
downloadruby-openssl-3f64119bf301e0ad43bb0c04ae64d214cbfa09df.tar.gz
Merge pull request #194 from ahadc/patch-1
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6e6e2a54..89f7e1d2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,12 +12,14 @@ If you think you found a bug, file a ticket on GitHub. Please DO NOT report
security issues here, there is a separate procedure which is described on
["Security at ruby-lang.org"](https://www.ruby-lang.org/en/security/).
-When reporting a bug, please make sure you include the version of Ruby, the
-version of openssl gem, the version of the OpenSSL library, along with a sample
-file that illustrates the problem or link to repository or gem that is
-associated with the bug.
-
-There is a number of unresolved issues and feature requests for openssl that
+When reporting a bug, please make sure you include:
+* Ruby version
+* OpenSSL gem version
+* OpenSSL library version
+* A sample file that illustrates the problem or link to the repository or
+ gem that is associated with the bug.
+
+There are a number of unresolved issues and feature requests for openssl that
need review. Before submitting a new ticket, it is recommended to check
[known issues] and [bugs.ruby-lang.org], the previous issue tracker.