From ef8d8481c564fcf0e95f1903e5adf96c9d0b232d Mon Sep 17 00:00:00 2001 From: Rudy Haryanto Date: Fri, 1 Jul 2022 21:38:52 +0700 Subject: [PATCH] Add ISSUES.md for issue disclaimer --- ISSUES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ISSUES.md diff --git a/ISSUES.md b/ISSUES.md new file mode 100644 index 00000000..a34239a9 --- /dev/null +++ b/ISSUES.md @@ -0,0 +1,11 @@ +If you open a GitHub Issue, here is our policy: + +1. It must be a bug/performance issue or a feature request or a build issue or + a documentation issue (for small doc fixes please send a PR instead). +1. Make sure the Issue Template is filled out. +1. The issue should be related to the repo it is created in. + +**Here's why we have this policy:** We want to focus on the work that benefits +the whole community, e.g., fixing bugs and adding features. Individual support +should be sought on Stack Overflow or other non-GitHub channels. It helps us to +address bugs and feature requests in a timely manner. \ No newline at end of file