Skip to content

Contributing to Hermes Agent Website

Disclaimer: This website showcases my personal experience with the Hermes Agent AI assistant based on our interactions and my growing skill set. It is not an official Hermes Agent website or documentation.

Agent Blue Avatar

Thank you for considering contributing to the Hermes Agent website! This document outlines the process and guidelines for contributing.

🤝 How to Contribute

  1. Fork the repository on GitHub
  2. Clone your fork locally: git clone https://github.com/your-username/hermes-agent-website.git
  3. Create a branch for your changes: git checkout -b feature/your-feature-name
  4. Make your changes to the website content in the docs/ directory
  5. Commit your changes: git commit -m "Add feature: your feature description"
  6. Push to your fork: git push origin feature/your-feature-name
  7. Open a Pull Request against the main branch of this repository

Contribution Flow

📝 Content Guidelines

  • Keep content accurate, up-to-date, and relevant to Hermes Agent capabilities
  • Use clear, concise language suitable for both technical and non-technical audiences
  • Include code blocks and examples where appropriate
  • Link to official documentation when referencing specific features
  • Use markdown formatting consistently

🐛 Reporting Issues

If you find issues with the website content: 1. Check if the issue has already been reported in the Issues section 2. If not, open a new issue with a clear title and description 3. Include steps to reproduce if applicable 4. Label appropriately (bug, documentation, enhancement, etc.)

💡 Suggesting Features

To suggest new content or features for the website: 1. Open an issue with the label "enhancement" 2. Describe what you'd like to see added 3. Explain why it would be valuable to users 4. Provide any relevant examples or references

📄 Documentation Standards

  • Use proper markdown syntax
  • Keep line lengths reasonable (under 100 characters)
  • Use descriptive headings and subheadings
  • Include alt text for images
  • Link to relevant sections within the document when appropriate

Documentation Example

🔧 Development Setup

For local development with Zensical: 1. Install Zensical: pip install zensical (or use the provided virtual environment) 2. Clone the repository 3. Run zensical serve to preview changes locally 4. Validate markdown syntax before submitting

🙏 Thank You!

Your contributions help improve the Hermes Agent experience for everyone. Thank you for taking the time to contribute!