Thank you for your interest in contributing to Clawed-Up! This document provides guidelines for submitting contributions to this repository.
Be respectful, collaborative, and constructive in all interactions. We welcome diverse perspectives and expertise from computing experts and Claude enthusiasts.
Use the provided git workflow automation:
/git-start-feature your feature descriptionThis will create a properly-named feature branch and update your local main branch.
- Keep changes focused and well-organized
- Update documentation as needed
- Ensure all markdown files wrap at 120 columns
- Add explanatory comments to complex sections
Use the git workflow automation to complete your feature:
/git-finish-featureThis command will:
- Stage your relevant changes
- Draft a commit message in imperative mood
- Push to your remote branch
- Create a pull request
- Provide a clear description of your changes in the PR
- Explain the motivation and any design decisions
- Be prepared to discuss and refine your implementation
- PRs will be reviewed and merged manually by maintainers
Since this is a documentation-focused repository:
- Use clear, concise language
- Assume the audience includes both technical experts and learners
- Wrap markdown at 120 columns for consistency
- Include examples where helpful
- Link to relevant resources or related documentation
- Add to the appropriate directory in
claude/ - Include comprehensive documentation in comments
- Provide usage examples
- Update the relevant index or README file
- Ensure clarity and accuracy
- Maintain consistent formatting and tone
- Update dates or version information if applicable
- Fix typos and improve readability
- Describe the issue being fixed
- Explain your solution approach
- Test your changes if applicable
- Reference any related issues
If you have questions about contributing or want to discuss a potential contribution, feel free to open an issue or reach out to the maintainers.
By contributing to this repository, you agree that your contributions will be licensed under the same license as the project (see LICENSE).