We appreciate your interest in contributing to Daemawiki! Whether you're fixing a bug, adding a feature, or improving documentation, your efforts make a huge difference. Follow this guide to get started:
Fork the repository to your GitHub account by clicking the Fork button on the top-right corner of the project page.
Clone the forked repository to your local machine:
git clone <https://github.com/><your-username>/Claude.git
cd Claude
Create a new branch for your changes. Use a meaningful name that describes your contribution:
git checkout -b feature/your-feature-name
Write clear, descriptive commit messages following the Conventional Commits specification: