Skip to content

Latest commit

 

History

History
151 lines (103 loc) · 4.68 KB

File metadata and controls

151 lines (103 loc) · 4.68 KB

🚀 HowTo

This project includes Timolia's how-to guide.

The live site can be accessed at https://howto.timolia.de/

HowTo

📋 Table of Contents

🚀 Quick Start

# Clone the repository
git clone https://github.com/TimoliaDE/HowTo.git

# Navigate to the project directory
cd HowTo

# Install dependencies
pnpm install

# Generate team documentation
pnpm generate-team

# Start the development server for the docs
pnpm dev:docs

🤝 Contributing

Contributions are very welcome! Here's how you can help:

How to Contribute

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

Contribution Guidelines

  • Follow the existing code style
  • Update documentation as needed

Code Style

  • Use meaningful variable names
  • Add comments for complex logic
  • Follow the project's ESLint configuration

🐛 Bug Reports

Found a bug? Please use our 🐛 Bug Report template when creating an issue.

Required Information

  • 🐞 Description – What exactly went wrong?
  • 🔁 Steps to Reproduce – How can we replicate the bug?
  • Expected Behavior – What should have happened instead?
  • 📸 Screenshots – If possible, add screenshots or GIFs
  • 🖥️ Environment – OS, browser, Node.js version, project version
  • Additional Context – Any extra info that could help

👉 Create a new bug report here: New Bug Report

📚 Documentation

If you notice missing, unclear, or outdated documentation, please use our 📚 Documentation template.

Required Information

  • 📖 Issue Description – What part of the docs is unclear/missing/outdated?
  • 🗂️ Location – File, section, or link
  • Suggested Improvements – How should it be improved?
  • 📸 Screenshots – If applicable
  • Additional Context – Extra notes or references

👉 Report a documentation issue here: New Documentation Issue

🔗 Related Projects

  • PaperMC Docs - For some parts of the starlight documentation

🏆 Acknowledgments

Contributors

Tools & Libraries Used

Astro Starlight Turborepo Node.js

📊 Project Stats

Project Activity

GitHub commit activity GitHub last commit GitHub contributors

🏅 Badges & Status

Community

Discord

📄 License

This project is licensed under the MIT License—see the LICENSE file for details.


⬆ Back to Top

Made with ❤️ by Timolia