Thank you for your interest in contributing to the Awesome HyperEVM list! This document provides guidelines and instructions for contributing.
Here are the ways you can contribute to the Awesome HyperEVM list:
- Add a new resource: Submit a PR to add a new tool, service, or project related to HyperEVM
- Update existing information: Improve descriptions, update links, or add missing details
- Report issues: Report broken links, outdated information, or suggest improvements
- Improve organization: Suggest better ways to categorize or present information
- Fork the Repository: Create your own fork of this repository
- Create a Feature Branch:
git checkout -b descriptive-branch-name # Example: git checkout -b add-new-wallet - Commit Your Changes:
git commit -m "feat: add XYZ wallet to key management section" - Push to Your Fork:
git push origin feature/your-feature-name
- Submit a Pull Request: Open a PR against the
mainbranch of this repository
To maintain the quality of the Awesome HyperEVM list, please follow these guidelines:
- Quality over quantity: Only add high-quality resources that you have personally used or verified
- Maintain alphabetical order: Within each section, maintain alphabetical listing (unless a different order makes more sense)
- Provide complete information: Include name, link, and a brief description
- Be concise: Keep descriptions clear and to the point
- No promotional content: Focus on value to developers, not marketing language
- Check for duplicates: Make sure the resource isn't already listed
- Verify links: Ensure all links are functional and point to the correct location
- Use correct categorization: Add resources to the most appropriate section
When submitting a pull request, please include the following information:
## Description
Brief description of your addition or change.
## Type of Change
Indicate if this is a:
- New resource addition
- Update to existing resource
- Removal of outdated resource
- Documentation improvement
- Other (please describe)If you find issues with the list or want to suggest improvements without submitting a PR, please create an issue using one of these templates:
## Issue: [Broken Link/Outdated Information]
**Location**: [Section name and item]
**Current Information**: [What's currently there]
**Problem**: [Description of the issue]
**Suggested Fix**: [If you have a suggestion]## Suggestion: Add New Resource
**Resource Name**: [Name]
**Link**: [URL]
**Category**: [Existing section it belongs in]
**Description**: [Brief description of what it is and why it's valuable]
**Why it should be included**: [What makes this resource valuable to HyperEVM developers]Thank you for contributing to the Awesome HyperEVM ecosystem!