From 89842f73e285e9f1231a4a81442ca5d914ae8508 Mon Sep 17 00:00:00 2001 From: tycrek Date: Tue, 29 Sep 2020 10:52:06 -0600 Subject: [PATCH] Updated PR guidelines per #277 --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdda8cc..8b5a5c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,4 +17,5 @@ ## Pull requests -1. All pull requests **must** have an issue linked for discussion. Pull requests can become cluttered very quickly and are not a good place for discussion. +1. All pull requests regarding alternatives must have an issue linked for discussion. Pull requests can become cluttered very quickly and are not a good place for discussion. +2. If your PR is a quick fix or doesn't warrant an issue, an issue is not required, but it should be clear why the issue isn't required.