From ed2431f7dae47c8a8e9532e421e64a705b771877 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+yeicor@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:00:35 +0200 Subject: [PATCH] CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a6a4d19 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to Yet Another CAD Viewer + +Thank you for your interest in contributing to this project! + +## How to contribute + +- For **non-trivial changes** or new features, please [open an issue](https://github.com/yeicor-3d/yet-another-cad-viewer/issues) first to discuss your idea before submitting a pull request. +- For **small fixes** (such as typo corrections or minor improvements), feel free to submit a pull request directly. + +## Pull requests + +- Make sure your changes are clear and concise. +- Describe what your pull request does and reference any related issues. + +We appreciate your help in improving this project!