Aller au contenu

Contributing to the Documentation

Ce contenu n’est pas encore disponible dans votre langue.

Thank you for your interest in contributing to “Refactoring is My Business”! This guide will help you get started.


If you find an error or inconsistency in the documentation, please open an issue with:

  • A clear and descriptive title.
  • A detailed description of the issue.
  • Code examples or screenshots, if applicable.

To propose changes or add new content:

  1. Fork the repository.
  2. Create a dedicated branch:
    Terminal window
    git checkout -b feat/my-new-section
  3. Edit or add content in the refactoring-is-my-business.mdx file.
  4. Submit a Pull Request (PR) to the main branch.

  • Follow the style: Use clear, professional language.
  • Be concise: Avoid redundancy and overly verbose explanations.
  • Test your changes: Ensure your updates are accurate and functional.
  • Reference sources: If you add external content, cite your sources.

By participating, you agree to uphold our Code of Conduct. Be respectful and inclusive.


If you have questions, feel free to ask in the Discussions section.


We appreciate your contributions and look forward to collaborating with you!