Home / Packages / @flyeric0212/demo-git

@flyeric0212/demo-git

No description available

prpm install @flyeric0212/demo-git
0 total downloads

๐Ÿ“„ Full Prompt Content

---
description: 
globs: 
alwaysApply: false
---
# Git ่ง„่Œƒ

## ๆไบค่ง„่Œƒ
git ๆไบค่ฎฐๅฝ•ๆ ทไพ‹๏ผš[type]: [description]ใ€‚ไธ€ไธชๅ…ทไฝ“็š„ไพ‹ๅญ, docs: ๆ›ดๆ–ฐ README ๆ–‡ไปถใ€‚
ไปฅไธ‹ๆ˜ฏ type ็š„ๆžšไธพๅ€ผ๏ผš
- feat: ๆ–ฐๅขžๅŠŸ่ƒฝ
- fix: ไฟฎๅค bug
- docs: ๆ–‡ๆกฃๆณจ้‡Š
- style: ไปฃ็ ๆ ผๅผ(ไธๅฝฑๅ“ไปฃ็ ่ฟ่กŒ็š„ๅ˜ๅŠจ)
- refactor: ้‡ๆž„ใ€ไผ˜ๅŒ–(ๆ—ขไธๅขžๅŠ ๆ–ฐๅŠŸ่ƒฝ, ไนŸไธๆ˜ฏไฟฎๅคbug)
- perf: ๆ€ง่ƒฝไผ˜ๅŒ–
- test: ๅขžๅŠ ๆต‹่ฏ•
- chore: ๆž„ๅปบ่ฟ‡็จ‹ๆˆ–่พ…ๅŠฉๅทฅๅ…ท็š„ๅ˜ๅŠจ
- revert: ๅ›ž้€€
- build: ๆ‰“ๅŒ…

## ๅˆ†ๆ”ฏ็ฎก็†
- main/master: ไธปๅˆ†ๆ”ฏ๏ผŒไฟๆŒ็จณๅฎšๅฏๅ‘ๅธƒ็Šถๆ€
- develop: ๅผ€ๅ‘ๅˆ†ๆ”ฏ๏ผŒๅŒ…ๅซๆœ€ๆ–ฐๅผ€ๅ‘็‰นๆ€ง
- feature/*: ๅŠŸ่ƒฝๅˆ†ๆ”ฏ๏ผŒ็”จไบŽๅผ€ๅ‘ๆ–ฐๅŠŸ่ƒฝ
- bugfix/*: ไฟฎๅคๅˆ†ๆ”ฏ๏ผŒ็”จไบŽไฟฎๅคbug
- release/*: ๅ‘ๅธƒๅˆ†ๆ”ฏ๏ผŒ็”จไบŽๅ‡†ๅค‡ๅ‘ๅธƒ

## ้‡่ฆๅŽŸๅˆ™
- **้‡่ฆ**๏ผšไธ่ฆ่‡ชๅŠจๆไบค git ไปฃ็ ๏ผŒ้™ค้žๆœ‰ๆ˜Ž็กฎ็š„ๆ็คบ
- ๆไบคๅ‰็กฎไฟไปฃ็ ้€š่ฟ‡ๆ‰€ๆœ‰ๆต‹่ฏ•
- ไฟๆŒๆไบคไฟกๆฏ็ฎ€ๆดๆ˜Žไบ†๏ผŒๆ่ฟฐๆธ…ๆฅšๅ˜ๆ›ดๅ†…ๅฎน
- ้ฟๅ…ๅคงๅž‹ๆไบค๏ผŒๅฐฝ้‡ๅฐ†ๅ˜ๆ›ดๅˆ†่งฃไธบๅฐ็š„ใ€็›ธๅ…ณ็š„ๆไบค

โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
โ•โ•โ• ENGLISH TRANSLATION โ•โ•โ•
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

---
description: Git Standards
globs:
alwaysApply: false
---

# Git Standards

## Commit Standards
Git commit message example: [type]: [description]. For example: docs: update README file.

The following are type enum values:
- feat: New feature
- fix: Bug fix
- docs: Documentation changes
- style: Code formatting (no logic changes)
- refactor: Code refactoring (no feature or bug changes)
- test: Add or modify tests
- chore: Build process or auxiliary tool changes

๐Ÿ’ก Suggested Test Inputs

Loading suggested inputs...

๐ŸŽฏ Community Test Results

Loading results...

๐Ÿ“ฆ Package Info

Format
cursor
Type
rule
Category
languages
License
MIT

๐Ÿ”— Links

๐Ÿท๏ธ Tags