From 7525ec664d3169490143684a1382dc16e3bd42e9 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" <4000772+mcmonkey4eva@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:47:46 -0700 Subject: [PATCH] Updated How to Contribute Code (markdown) --- How-to-Contribute-Code.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/How-to-Contribute-Code.md b/How-to-Contribute-Code.md index a8e3b73..f9a8501 100644 --- a/How-to-Contribute-Code.md +++ b/How-to-Contribute-Code.md @@ -6,6 +6,8 @@ For general improvements/bug fixes just make a pull request. - Try to make a single pull request for each change to make reviewing easier, as opposed to large/bulky PRs. - Especially first time contributors should focus on very simple and small tasks, and take on tougher ones after you've had a PR or two successfully pulled. - avoid adding "sensitive" code, eg `eval(...)`, unless absolutely unavoidable +- When you submit a pull request, please make sure you write a clear title and good description text. + - Description text should be detailed but concise. What issue are you addressing, how does this PR address it, what have you done to test the change, what potential concerns or side effects may apply? ## Special Cases