Thank you for your interest in contributing to GPTDARR! This guide will help you get started with contributing to our project.
There are several ways you can contribute to GPTDARR:
- 🐛 Bug reports and feature requests
- 💻 Code contributions
- 📚 Documentation improvements
- 🔍 Code reviews
- 🧪 Test improvements
- Fork the repository
- Clone your fork locally
- Install dependencies:
pnpm install
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "feat: your feature description" - Push to your fork:
git push origin feature/your-feature-name
- Open a Pull Request
- Follow the existing code style
- Write clear, descriptive commit messages
- Include tests for new features
- Update documentation as needed
- Keep PRs focused and manageable
- Update the README.md with details of changes if needed
- Update the documentation if you're changing functionality
- The PR will be reviewed by maintainers
- Address any feedback and make requested changes
- Once approved, your PR will be merged
- Use meaningful variable and function names
- Add comments for complex logic
- Keep functions focused and single-purpose
- Follow JavaScript/TypeScript best practices
Feel free to open an issue for any questions or concerns. We're here to help!
Thank you for contributing to GPTDARR! Your contributions help make this tool better for everyone.