How to Contribute

Thank you for your interest in contributing to DevRhylme! This guide will help you get started.

Ways to Contribute

1. Code Contributions

  • Fix bugs
  • Add new features
  • Improve documentation
  • Write tests

2. Content Contributions

  • Write blog posts
  • Create tutorials
  • Improve documentation
  • Translate content

3. Community Support

  • Answer questions
  • Review pull requests
  • Help newcomers
  • Organize events

Getting Started

Step 1: Find an Issue

Browse open issues on our GitHub repositories. Look for issues labeled good first issue or help wanted.

Step 2: Fork and Clone

# Fork the repository on GitHub, then clone it
git clone https://github.com/YOUR_USERNAME/REPO_NAME.git
cd REPO_NAME
git checkout -b feature/your-feature-name
git add .
git commit -m "Add feature: description of your changes"
git push origin feature/your-feature-name