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:


Step 1: Fork and Clone the Repository

  1. Fork the repository to your GitHub account by clicking the Fork button on the top-right corner of the project page.

  2. Clone the forked repository to your local machine:

    git clone <https://github.com/><your-username>/Claude.git
    cd Claude
    

Step 2: Create a Branch

Create a new branch for your changes. Use a meaningful name that describes your contribution:

git checkout -b feature/your-feature-name

Step 3: Make Your Changes


Step 4: Commit Your Changes

Write clear, descriptive commit messages following the Conventional Commits specification: