GitBulletin

Repository: farcasterxyz/hub-monorepo

**Formatting Revolution: CONTRIBUTING.md Gets a Makeover!**

2024-09-28 20:28:58 UTC

**New Updates Highlight Consistency and Clarity in Coding Guidelines as Community Gears Up for Collaboration**

Commit Details:

Update CONTRIBUTING.md (#2340) I found the opposite error with the dots in the patch ## Why is this change needed? Describe why this issue should be fixed and link to any relevant design docs, issues or other relevant items. ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [ ] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on updating the formatting of section headings in the `CONTRIBUTING.md` file for consistency by removing the period after the section numbers. ### Detailed summary - Changed heading format for `2.2. Signing Commits` to `2.2 Signing Commits` - Changed heading format for `2.3. Navigating the Monorepo` to `2.3 Navigating the Monorepo` - Changed heading format for `3.1. Writing Tests` to `3.1 Writing Tests` - Changed heading format for `3.3. Handling Errors` to `3.3 Handling Errors` - Changed heading format for `3.4. Creating the PR` to `3.4 Creating the PR` - Changed heading format for `3.5. Adding Changesets` to `3.5 Adding Changesets` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar