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
- For code changes, ensure they follow the project's coding standards and include appropriate tests.
- For documentation updates, make sure your additions are clear and concise.
- Test your changes thoroughly to ensure they work as expected.
Write clear, descriptive commit messages following the Conventional Commits specification:
git commit -m "feat(core): add support for collaborative editing"
Push your branch to your forked repository:
git push origin feature/your-feature-name
- Navigate to the original Daemawiki repository on GitHub.
- Click on Pull Requests and then New Pull Request.
- Choose your forked branch as the source and submit the pull request.
Include the following in your pull request description:
- A brief summary of the changes.
- Any relevant issue numbers (e.g.,
closes #1234
). - Steps for testing your changes, if applicable.
Your pull request will be reviewed by the maintainers. Be ready to:
- Address feedback or make necessary changes.
- Discuss your approach if required.
Once your pull request is merged, congratulations on contributing to Daemawiki! You're now part of the team improving this platform.
- If you're unsure where to start, check out issues labeled
good first issue
orhelp wanted
. - Follow the Code of Conduct to ensure a welcoming and respectful environment.
For any questions, feel free to create an issue or contact us through the discussion forum.