We are excited that you want to contribute to our source of truth! Following these guidelines helps to ensure that all changes are consistent, reviewed, and high-quality.
The Golden Rule All changes must be made through a Pull Request (PR). Direct pushes to the main branch are blocked.
-
Create a Branch: * From the
mainbranch, create a new branch with a descriptive name. Use the formatyour-name/feature-or-fix. * Example:jane-doe/add-project-kickoff-template -
Make Your Changes: * Add or edit the documentation, templates, or playbooks as needed on your new branch.
-
Open a Pull Request: * When your changes are ready, push your branch to the repository and open a Pull Request against the
mainbranch. * Provide a clear title for your PR (e.g., "Feat: Add Project Kickoff Template"). * In the description, explain what you changed and why. -
Request a Review: * Once the PR is open, request a review from at least one member of the
ai-contributorsorai-adminsteam. * The reviewer will check the changes and either approve them or request modifications. -
Merge: * Once your PR is approved, you can merge it into the
mainbranch. ## Style Guide * Documentation: Use clear, concise language. Keep sentences and paragraphs short. * Templates: Include comments or placeholder text explaining how to use the template. * Commit Messages: Write clear and descriptive commit messages that explain the purpose of your change.