From 7069519e81095c0e99bd85fd221bce98aeb422eb Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 7 Mar 2014 01:52:21 +0900 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5ccbc39cc..0cc980c5b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,9 @@ Please ensure to specify the following: ``` Netty version: 4.0.17.Final +Context: +I encountered an exception which looks suspicious while load-testing my Netty-based Thrift server implementation. + Steps to reproduce: 1. ... 2. ...