fix(docs): PR Conventions (#3066)

* added title for title guidelines

* added example title

---------

Co-authored-by: Jacob Padilla <jp@jacobpadilla.com>
This commit is contained in:
Brizen Britt
2025-04-21 04:49:10 -04:00
committed by GitHub
parent 7b954807da
commit 85983552ee

View File

@@ -1,5 +1,16 @@
<!-- Thank you for contributing! -->
<!--
PR Title Guidelines:
Please use the format: <type>(<scope>): <short description>
Example: feat(icons): added `camera` icon
Common types: feat, fix, docs, style, refactor, test, chore
Common scopes: icons, docs, studio, site, dev
-->
<!-- Insert `closes #issueNumber` here if merging this PR will resolve an existing issue -->
## What is the purpose of this pull request?