feat(platform): added keyword highlighting for true and false keywords
fix(platform): fixed-width int aliases are no longer treated as keywords.
chore(platform): better PR and issue templates
Description
Updated pull request and issue templates.
Type of Change
Changes in docs (docs)
[ ] โจ improve(docs) - e.g. added a new paragraph, example, using a better wording, adding a new document, etc.
[ ] ๐ ๏ธ fix(docs) - bug fix, e.g. fix a typo, page render issue
[ ] โ BREAKING CHANGE(docs) - e.g. removing a document/article/category that was referenced in many other places
[ ] ๐งน refactor(docs) - changed a code example, e.g. replaced old code with a modern one
[ ] ๐๏ธ chore(docs) - other changes that don't affect the docs, e.g. updating the CI/CD pipeline
Changes in the platform (platform)
[ ] โจ feat(platform) - a new feature, e.g. a new MDX component, plugin, theme, etc.
[ ] ๐ ๏ธ fix(platform) - bug fix, e.g. fix a typo, issue causing component to crash
[ ] โ BREAKING CHANGE(platform) - e.g. removing a feature, changing the API, etc.
[ ] ๐งน refactor(platform) - code improvements, changes, e.g. unifying style, renaming internals, etc.
feat(platform): added keyword highlighting for
true
andfalse
keywords fix(platform): fixed-width int aliases are no longer treated as keywords. chore(platform): better PR and issue templatesDescription
Updated pull request and issue templates.
Type of Change
Changes in docs (
docs
)improve(docs)
- e.g. added a new paragraph, example, using a better wording, adding a new document, etc.fix(docs)
- bug fix, e.g. fix a typo, page render issueBREAKING CHANGE(docs)
- e.g. removing a document/article/category that was referenced in many other placesrefactor(docs)
- changed a code example, e.g. replaced old code with a modern onechore(docs)
- other changes that don't affect the docs, e.g. updating the CI/CD pipelineChanges in the platform (
platform
)feat(platform)
- a new feature, e.g. a new MDX component, plugin, theme, etc.fix(platform)
- bug fix, e.g. fix a typo, issue causing component to crashBREAKING CHANGE(platform)
- e.g. removing a feature, changing the API, etc.refactor(platform)
- code improvements, changes, e.g. unifying style, renaming internals, etc.docs(platform)
- updated code documentationchore(platform)
- other changes that don't affect the platform directly, e.g. updating the CI/CD pipeline