mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
[PR #677] feat: add experiment type #653
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/677
Author: @shiraz
Created: 12/18/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
5087b49feat: add experiment type📊 Changes
2 files changed (+12 additions, -2 deletions)
View changed files
📝
content/next/index.md(+6 -1)📝
content/v1.0.0/index.md(+6 -1)📄 Description
Add
experimentCommit TypeProblem
Developers frequently create POCs and experimental features deployed to preview environments (Vercel Preview, Netlify Deploy Previews, etc.) for stakeholder testing. These commits may never be merged to master or released to production, but are currently labeled with
feat:orchore:, which can be misleading.Solution
Add
experiment:as a recommended commit type to clearly distinguish experimental work, POCs, and testing implementations from production-ready features.Use Cases
Benefits
Example
experiment: try new caching strategy for API responsesexperiment(ui): test new dashboard layout for stakeholder reviewNotes
This is my first contribution to this repository. Happy to make any adjustments as needed!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.