From 53d4a884264f045bc10d49832f50c6bc12bb5c3a Mon Sep 17 00:00:00 2001 From: Marcin Owsiany <mowsiany@D2iQ.com> Date: Wed, 7 Oct 2020 08:22:30 +0200 Subject: [PATCH 1/2] Use enueration for policy items --- ISSUES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ISSUES.md b/ISSUES.md index aabd3158b39..09975f30cab 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -1,7 +1,7 @@ -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). 2. Make sure the Issue Template is filled -out. 3. The issue should be related to the repo it is created in. +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 From acf9463c31664c86e517b77d09e257f88a1ab7a6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac <mihai.maruseac@gmail.com> Date: Tue, 10 Nov 2020 09:53:01 -0800 Subject: [PATCH 2/2] Update ISSUES.md --- ISSUES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ISSUES.md b/ISSUES.md index 09975f30cab..75bdda04f57 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -1,4 +1,5 @@ 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.