Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 783 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (18 loc) · 783 Bytes

Description

A few sentences describing the overall goals of the pull request's commits.

Why

A few sentences describing the overall goals of the pull request's commits.

Emojis for categorizing pull requests:

⚡️ New feature (:zap:) 🐛 Bug fix (:bug:)
🔥 P0 fix (:fire:)
✅ Tests (:white_check_mark:)
🚀 Performance improvements (:rocket:)
🖍 CSS / Styling (:crayon:)
♿ Accessibility (:wheelchair:)
🌐 Internationalization (:globe_with_meridians:)
📖 Documentation (:book:)
🏗 Infrastructure / Tooling / Builds / CI (:building_construction:)
⏪ Reverting a previous change (:rewind:)
♻️ Refactoring (like moving around code w/o any changes) (:recycle:)
🚮 Deleting code (:put_litter_in_its_place:)