From 55bb0cfb90bb9430c8abb827d39568a19ac10520 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Fri, 28 Sep 2018 13:49:09 -0700 Subject: Create lock.yml --- .github/lock.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/lock.yml (limited to '.github') diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 0000000000..119e4840be --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,2 @@ +daysUntilLock: 90 +lockComment: false -- cgit v1.2.3 From 3851be5b14c201e750c1f1c4d06965e3b787030b Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 4 Oct 2018 20:35:27 +0200 Subject: Mention TROUBLESHOOTING.md in issue template --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5b2ac80df6..d31aea6c73 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -26,6 +26,8 @@ If possible, provide a recipe for reproducing the error. Try being specific and ### What did you see instead? Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs). + +See https://github.com/grpc/grpc/blob/master/TROUBLESHOOTING.md for how to diagnose problems better. ### Anything else we should know about your project / environment? -- cgit v1.2.3