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!