Community

Contributor Guide

Guidelines for contributing to TechBlog and making our project better together.

Last updated: August 16, 2025

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Make your changes with clear, descriptive commit messages.
  3. Ensure your code follows our code style and passes all tests.
  4. Submit a pull request with a clear description of your changes.

Code Style

  • Use consistent indentation and formatting (see .editorconfig and eslint 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