From 99b8bb5f5a5df3cc28d2f944a8f9655e6ef01684 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Wed, 4 Sep 2024 19:04:13 -0400 Subject: upadted contribution guidelines --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f15aab..08b4f02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,3 +44,21 @@ void draw(); - Use sized operations as often as possible to avoid buffer overflows ex: strncpy vs strcpy ## PR Guidelines + +When opening a pull request ensure that your PR is limited in scope to a singular change, fix, or feature. Also make sure it includes the following + +- A detailed description of what your changes include +- If a new function is added to the Lua API also include demo code in the example.lua file showing its use +- If you can, attach a screenshot demonstrating your change + +PR's will be reviewed by one of the maintainers. If they request changes, please make them or the PR will not be able to be accepted. + +## Issue Guidelines + +When opening an issue please follow a similar format to PRs + +- A detailed description of what your issue is +- If it is a bug include steps to recreate the issue +- If the issue is asking for a new lua API method, show an example of its intended use if you can +- If you can, attach a screenshot showing your issue + -- cgit v1.2.3-59-g8ed1b