From 507c7e39df375f91670bc1e42a179fc0b2c5d12c Mon Sep 17 00:00:00 2001 From: trisua <tri@swmff.org> Date: Wed, 2 Apr 2025 15:12:08 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- .github/CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..8e4ddfe --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contribution Guidelines + +Thank you for your consideration in contributing to Tetratto! + +## Issues + +When creating an issue, please follow the given templates as best you can. Before you begin creating your issue, please make sure you have checked to verify that you aren't reporting something that has already been reported! (This also applies to feature requests.) + +## Merge Requests + +When creating a merge request, please ensure that your code actually compiles and runs without unexpected bugs.