Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.77 KB

File metadata and controls

45 lines (30 loc) · 1.77 KB

Contributing to Claude Code GitHub Action

Thank you for your interest in contributing to the Claude Code GitHub Action! This document provides guidelines and instructions for contributing.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.

How to Contribute

There are many ways to contribute to this project:

  1. Report bugs: If you find a bug, please create an issue with detailed information about how to reproduce it.
  2. Suggest enhancements: New features or improvements to existing functionality can be proposed as issues.
  3. Submit pull requests: Implement new features or fix bugs by submitting pull requests.

Development Process

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

Pull Request Guidelines

  • Update the README.md with details of changes to the interface, if applicable.
  • Update the version number in package.json following Semantic Versioning.
  • Include meaningful commit messages that explain what changes were made and why.
  • The PR should work against the main branch.
  • You may merge the PR once it has approval, or ask maintainers to merge it for you.

Script Development

When adding new functionality:

  1. Keep scripts modular and focused on specific tasks
  2. Ensure proper error handling
  3. Add detailed comments for complex logic
  4. Update the README.md with examples of how to use new features

License

By contributing to this project, you agree that your contributions will be licensed under the project's MIT License.