From 49e7da3ec862f598fc47f1bae866d5906b89b341 Mon Sep 17 00:00:00 2001 From: Benicas <142634288+Benicas@users.noreply.github.com> Date: Tue, 22 Aug 2023 12:44:57 -0600 Subject: [PATCH] docs: add CONTRIBUTING.md (#251) * Create CONTRIBUTING.md * docs: add contribution guidelines --------- Co-authored-by: bashbunni --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c38e02e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contributing + +Contributions are welcome! + +Please submit a pull request for minor changes and submit issues for major changes for discussions. + +## Testing + +When providing a new feature or bug fix, please provide tests that demonstrate the issue along with your fix.