Community
Contributor Guide
Guidelines for contributing to TechBlog and making our project better together.
Last updated: August 16, 2025
How to Contribute
- Fork the repository and create your branch from
main
. - Make your changes with clear, descriptive commit messages.
- Ensure your code follows our code style and passes all tests.
- Submit a pull request with a clear description of your changes.
Code Style
- Use consistent indentation and formatting (see
.editorconfig
andeslint
rules). - Write clear, self-documenting code and add comments where necessary.
- Use descriptive variable and function names.
Pull Requests
- Reference related issues in your PR description (e.g., "Closes #123").
- Describe what your PR changes and why.
- Be responsive to feedback and make requested changes promptly.
Reporting Issues
- Search existing issues before opening a new one.
- Provide a clear, descriptive title and detailed information.
- Include screenshots or error logs if relevant.
Community
- Be respectful and inclusive in all interactions.
- Follow our Code of Conduct and Community Guidelines.