Skip to content

Latest commit

Β 

History

History
128 lines (95 loc) Β· 3.51 KB

File metadata and controls

128 lines (95 loc) Β· 3.51 KB

Contributors

Thank you to all the developers who have contributed to this project! πŸŽ‰

Core Maintainers

  • @Your Name - Project Creator and Lead Maintainer

Contributors

Thanks to the following contributors for their support:

How to Become a Contributor

We welcome all forms of contributions, including but not limited to:

Code Contributions

  • πŸ› Bug fixes
  • ✨ New features
  • ⚑ Performance improvements
  • 🎨 UI/UX enhancements

Documentation Contributions

  • πŸ“ Documentation improvements
  • 🌍 Translations
  • πŸ“š Examples and tutorials

Other Contributions

  • πŸ› Bug reports
  • πŸ’‘ Feature suggestions
  • πŸ§ͺ Testing and feedback
  • ⭐ Star the project

Contribution Guidelines

1. Fork the Repository

Click the "Fork" button in the top right corner to fork the project to your GitHub account.

2. Clone to Local

git clone https://github.com/your-username/astro-tailwind-ollama.git
cd astro-tailwind-ollama

3. Create a New Branch

git checkout -b feature/your-feature-name
# or
git checkout -b fix/your-bug-fix

4. Make Changes

  • Follow the existing code style
  • Ensure code passes TypeScript type checking
  • Add necessary comments and documentation
  • Test your changes

5. Commit Changes

git add .
git commit -m "feat: add new feature description"
# or
git commit -m "fix: fix bug description"

Commit Message Convention:

  • feat: - New feature
  • fix: - Bug fix
  • docs: - Documentation update
  • style: - Code formatting
  • refactor: - Code refactoring
  • perf: - Performance improvement
  • test: - Testing related
  • chore: - Build/tooling related

6. Push to GitHub

git push origin feature/your-feature-name

7. Create a Pull Request

Create a Pull Request on GitHub with a detailed description of your changes.

Code of Conduct

Our Pledge

To foster an open and welcoming environment, we pledge to:

  • 🀝 Respect differing viewpoints and experiences
  • πŸ’¬ Use welcoming and inclusive language
  • 🎯 Focus on what is best for the community
  • 🌟 Show empathy and kindness

Unacceptable Behavior

  • Use of sexualized language or imagery
  • Personal attacks or insulting comments
  • Harassment (public or private)
  • Publishing others' private information without permission
  • Other unethical or unprofessional conduct

Acknowledgments

This project uses the following excellent open source projects:

Contact

If you have any questions or suggestions, please contact us through:


Thank you again to all contributors for your support! ❀️

Last updated: October 31, 2025