Closed clarkmcadoo closed 10 months ago
If possible, please help the maintainers by leveraging the following conventional commit standards in your pull request title and commit messages.
chore
src/data/project-main-content
src/data/projects
static/images
examples
git add src/data/projects/newrelic-nr1-github.json git add src/data/project-main-content/newrelic-nr1-github.mdx git commit -m "chore(nr1-github): adjusting config and content" git push
fix
src/components
src/templates
src/fragments
src/pages
src/data/oss-category
src/data/project-tags
git add src/pages/code-of-conduct.mdx git commit -m "fix: typo and prop error in the code of conduct" git push
feat
git add src/pages/video.js git commit -m "feat(media): creating a video landing page" git push
:tada: This PR is included in version 1.26.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Thanks for submitting a pull request to newrelic/opensource-website.
If possible, please help the maintainers by leveraging the following conventional commit standards in your pull request title and commit messages.
Use
chore
src/data/project-main-content
,src/data/projects
directoriesstatic/images
directoryexamples
directoryExample
Use
fix
src/components
,src/templates
,src/fragments
,src/pages
or directoriessrc/data/oss-category
orsrc/data/project-tags
directoriesexamples
directoryExample
Use
feat
src/components
,src/templates
,src/fragments
,src/pages
or directoriessrc/data/oss-category
orsrc/data/project-tags
directoriesExample