Skip to content

📝 Document gitmoji PR naming#6764

Merged
dubzzz merged 4 commits into
mainfrom
claude/issue-6757-20260323-2012
Mar 24, 2026
Merged

📝 Document gitmoji PR naming#6764
dubzzz merged 4 commits into
mainfrom
claude/issue-6757-20260323-2012

Conversation

@dubzzz

@dubzzz dubzzz commented Mar 23, 2026

Copy link
Copy Markdown
Owner

Description

Document the gitmoji PR naming convention and available package scopes in CONTRIBUTING.md, so new contributors learn about it before submitting a PR.

Fixes #6757

Checklist

Don't delete this checklist and make sure you do the following before opening the PR

  • I have a full understanding of every line in this PR — whether the code was hand-written, AI-generated, copied from external sources or produced by any other tool
  • I flagged the impact of my change (minor / patch / major) either by running pnpm run bump or by following the instructions from the changeset bot
  • I kept this PR focused on a single concern and did not bundle unrelated changes
  • I followed the gitmoji specification for the name of the PR, including the package scope (e.g. 🐛(vitest) Something...) when the change targets a package other than fast-check
  • I added relevant tests and they would have failed without my PR (when applicable)

Generated with Claude Code

Add a "Naming your pull request" section that explains the gitmoji
specification, lists commonly used gitmojis, and documents the
available package scopes with examples.

Fixes #6757

Co-authored-by: Nicolas DUBIEN <[email protected]>
@changeset-bot

changeset-bot Bot commented Mar 23, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4c2808c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dubzzz dubzzz changed the title 📝 Document gitmoji PR naming in CONTRIBUTING.md 📝 Document gitmoji PR naming Mar 23, 2026
Comment thread CONTRIBUTING.md

### Issuing pull requests

#### Naming your pull request

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claude move it after linting but before updating a pr. Current place is too high

@claude claude Bot Mar 23, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude finished @dubzzz's task in 1m 11s —— View job


  • Understand the request: move "Naming your pull request" section after linting/CI sections but before "Update your PR"
  • Move the section in CONTRIBUTING.md
  • Update Table of Contents to reflect new order
  • Commit and push

Moved the "Naming your pull request" section to after "Notify how impactful your change will be" and before "Update your PR". Also updated the Table of Contents to match the new order.

@pkg-pr-new

pkg-pr-new Bot commented Mar 23, 2026

Copy link
Copy Markdown
@fast-check/ava

npm i https://pkg.pr.new/@fast-check/ava@6764

fast-check

npm i https://pkg.pr.new/fast-check@6764

@fast-check/jest

npm i https://pkg.pr.new/@fast-check/jest@6764

@fast-check/packaged

npm i https://pkg.pr.new/@fast-check/packaged@6764

@fast-check/poisoning

npm i https://pkg.pr.new/@fast-check/poisoning@6764

@fast-check/vitest

npm i https://pkg.pr.new/@fast-check/vitest@6764

@fast-check/worker

npm i https://pkg.pr.new/@fast-check/worker@6764

commit: 4c2808c

github-actions Bot and others added 3 commits March 23, 2026 20:22
  Applied by GitHub Action workflow: PR Format
  Run ID: 23458411352
  Target PR: 6764
@dubzzz
dubzzz enabled auto-merge (squash) March 24, 2026 06:55
@dubzzz
dubzzz merged commit a169c08 into main Mar 24, 2026
48 checks passed
@dubzzz
dubzzz deleted the claude/issue-6757-20260323-2012 branch March 24, 2026 07:02
@codecov

codecov Bot commented Mar 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.52%. Comparing base (37e9c0a) to head (4c2808c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6764   +/-   ##
=======================================
  Coverage   94.52%   94.52%           
=======================================
  Files         210      210           
  Lines        5685     5685           
  Branches     1499     1498    -1     
=======================================
  Hits         5374     5374           
  Misses        298      298           
  Partials       13       13           
Flag Coverage Δ
tests 94.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs issue: Gitmoji requirement for contributing only explained in PR template

1 participant