BitBucket Better PR Commit Message
This extension replaces BitBucket's default pull request commit message with a more useful message, especially if you squash PRs.
BitBucket Better PR Commit Messageคืออะไร?
BitBucket Better PR Commit Message เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sean Dwyer และคุณลักษณะหลักของมันคือ "This extension replaces BitBucket's default pull request commit message with a more useful message, especially if you squash PRs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitBucket Better PR Commit Message
ดาวน์โหลดไฟล์ส่วนขยาย BitBucket Better PR Commit Message ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If your development workflow involves creating a pull request for every change, and you squash your PRs with the default commit message when you merge them, then your commit history has a bunch of entries that all look like "Merged in my-terse-branch-name (pull request #123)". These aren't especially helpful commit messages and "Merged in" just becomes noise. This extension will use the title of your PR as the commit message instead which should lead to a much more useful commit history. The bulleted list of individual commit messages and approvals will still appear in the body of the commit message. To tell Atlassian that this should be the default behavior, go to the following URL and vote for the issue. https://jira.atlassian.com/browse/BCLOUD-19402
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BitBucket Better PR Commit Message |
ID | pefbikdjkkbbkmlnmfoogcpomlcngaho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitbucket-better-pr-commi/pefbikdjkkbbkmlnmfoogcpomlcngaho |
คำอธิบาย | This extension replaces BitBucket's default pull request commit message with a more useful message, especially if you squash PRs. |
ขนาดไฟล์ | 5.87 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2023-01-24 |
วันที่เผยแพร่ | 2020-11-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Sean Dwyer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/reywood/bitbucket-pr-commit-message |
URL หน้าช่วยเหลือ | https://github.com/reywood/bitbucket-pr-commit-message |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BitBucket Better PR Commit Message", "description": "This extension replaces BitBucket's default pull request commit message with a more useful message, especially if you squash PRs.", "version": "1.1.3", "homepage_url": "https:\/\/github.com\/reywood\/bitbucket-pr-commit-message", "author": "Sean Dwyer", "content_scripts": [ { "matches": [ "https:\/\/bitbucket.org\/*\/pull-requests\/*" ], "js": [ "src\/index.js" ] } ] } |