Thank you for your interest in contributing to Stella Developers! We welcome contributions from everyone, regardless of experience level. This document provides guidelines and instructions for contributing to our projects.
By participating in this project, you agree to abide by our Code of Conduct. Please read it before contributing.
- Check our Projects for ongoing initiatives
- Look for issues labeled
good first issueif you're new to open source - Join our Discord to discuss potential contributions
- Fork the repository
- Create a new branch for your feature/fix:
git checkout -b feature/your-feature-name
- Make your changes
- Commit your changes with a descriptive message:
git commit -m "Description of your changes" - Push to your fork:
git push origin feature/your-feature-name
- Open a Pull Request
- Ensure your PR description clearly describes the problem and solution
- Include relevant issue numbers in your PR description
- Update the README.md if necessary
- Wait for review and address any feedback
- Follow the existing code style in the project
- Use meaningful variable and function names
- Add comments where necessary
- Keep functions focused and small
- Update documentation for any new features
- Add comments for complex logic
- Keep README.md up to date
- Write tests for new features
- Ensure all tests pass before submitting PR
- Update tests when fixing bugs
stella-developers/
├── projects/ # Main project repositories
├── docs/ # Documentation
├── community/ # Community resources
└── tools/ # Development tools and utilities
- Use GitHub issues for bug reports and feature requests
- Join our Discord for real-time discussion
- Follow our Twitter for updates
Thank you for contributing to Stella Developers! Your contributions help make our community stronger and more vibrant.
Made with ❤️ by Stella Developers