[PR #136] [CLOSED] Add 'resolves:' type for message body #310

Closed
opened 2026-02-17 11:58:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/136
Author: @sultaniman
Created: 3/28/2019
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • b723aa9 feat: add 'resolves: #IssueNumber' option in body
  • 8c2026d docs: add description where to use resolves:

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 content/next/index.md (+6 -1)

📄 Description

This PR follows issue #135.

The reason behind this is to provide a meaningful way to identify additional work which was
part of commit for example if change is hard to label using one of existing types
chore:, docs:, style:, refactor:, perf:, test:.

Sample commit message

chore: create regular changelogs

Create changelog for a new version. 

resolves: #16

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/conventional-commits/conventionalcommits.org/pull/136 **Author:** [@sultaniman](https://github.com/sultaniman) **Created:** 3/28/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`b723aa9`](https://github.com/conventional-commits/conventionalcommits.org/commit/b723aa9209208a2e89c7e0d7edf57586e10074e8) feat: add 'resolves: #IssueNumber' option in body - [`8c2026d`](https://github.com/conventional-commits/conventionalcommits.org/commit/8c2026d724d1f98ab1e3e9fd94833f0b443cfc44) docs: add description where to use `resolves:` ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `content/next/index.md` (+6 -1) </details> ### 📄 Description This PR follows issue #135. The reason behind this is to provide a meaningful way to identify additional work which was part of commit for example if change is hard to label using one of existing types `chore:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:`. Sample commit message ``` chore: create regular changelogs Create changelog for a new version. resolves: #16 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-17 11:58:29 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/conventionalcommits.org#310