Skip to main content
We’re excited you’re interested in contributing to the DxDevRel Guide! Whether you’re fixing a typo, writing a new page, suggesting improvements, or adding helpful resources, your input helps improve this resource for the entire developer relations community. This guide walks you through the steps for making your first (or next!) contribution.

🛠️ Getting Started

To contribute:
  1. Fork this repository to your GitHub account.
  2. Clone your fork to your local machine:
  3. Install the Mintlify CLI:
  4. Create a new branch to work on an issue or feature:
  5. Run the project locally to view and test your changes:

✍️ Writing and Editing Content

When adding or updating content:
  • Create new files using this naming format: lowercase-with-dashes.mdx
  • Start every file with a title in the frontmatter:
  • Use clear, concise, and inclusive language
  • Feel free to share real-world examples or anecdotes where relevant

✅ Submitting Your Contribution

Once you’re done making your changes:
  1. Commit your changes with a clear commit message:
  2. Push your changes:
  3. Open a Pull Request (PR) on the GitHub repository.
    • Link it to a relevant issue if applicable.
    • Keep pull requests focused and easy to review.

🧾 Commit Message Guidelines

To keep things organized, we follow Conventional Commits:

💬 Need Help?

If you’re unsure where to start:

🙏 Thank You!

Your contributions, wheather big or small, make a real difference. This guide is built by and for the community, and we deeply appreciate your time, insight, and collaboration.