Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

58 lines (40 loc) · 1.48 KB

Contributing to Kitsune Studios

Thank you for your interest in contributing to Kitsune Studios! We welcome contributions that help improve our templates and infrastructure solutions for small businesses.

Getting Started

  1. Read our Code of Conduct
  2. Fork the repository you want to contribute to
  3. Clone your fork locally
  4. Create a new branch for your contribution

Types of Contributions

We welcome:

  • New template proposals
  • Improvements to existing templates
  • Bug fixes
  • Documentation improvements
  • Infrastructure optimizations

Template Standards

When creating or modifying templates, ensure:

  1. Clear directory structure (src/, tests/, etc.)
  2. Comprehensive documentation
  3. Basic configuration files included
  4. GitHub Actions workflows for CI/CD
  5. Proper licensing information

Pull Request Process

  1. Update documentation to reflect your changes
  2. Follow existing code style and conventions
  3. Include tests if applicable
  4. Update the README.md if needed
  5. Ensure CI/CD checks pass

Commit Guidelines

  • Use clear, descriptive commit messages
  • Reference issues and pull requests when relevant
  • Keep commits focused and atomic

Need Help?

  • Submit an issue for bugs or feature requests
  • Reach out to maintainers for guidance

Review Process

  1. A maintainer will review your PR
  2. Changes may be requested
  3. Once approved, your PR will be merged
  4. Your contribution will be credited

Thank you for helping improve Kitsune Studios! 🦊