Clarify wiki contribution process in guide (#25)

Updated the How-to-wiki guide to clarify that the OrcaSlicer wiki is generated from the WIKI repository, added instructions for suggesting changes via issues, and provided guidance for making edits via pull requests.
This commit is contained in:
Ian Bassi
2025-11-26 13:32:41 -03:00
committed by GitHub
parent f561e5640a
commit c7e9526128

View File

@@ -2,7 +2,9 @@
This guide explains how to contribute to the OrcaSlicer wiki.
OrcaSlicer uses GitHub's wiki feature, which is automatically generated based on the documents in the [OrcaSlicer_WIKI repository](https://github.com/OrcaSlicer/OrcaSlicer_WIKI).
OrcaSlicer's wiki is generated automatically from the files in the [OrcaSlicer WIKI repository](https://github.com/OrcaSlicer/OrcaSlicer_WIKI).
To suggest small changes or improvements, please [open an issue in that repository](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/issues).
If you prefer to make the edits yourself, follow this guide for best practices when creating a pull request (PR).
We encourage developers and users to contribute by updating existing pages and adding new content. This helps keep the documentation accurate and useful.
When adding new features, consider updating the wiki so users can access the latest guidance.