| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Looks like an accidental repeat.
Sorry, something went wrong.
|
Looks good. Thanks! |
Sorry, something went wrong.
|
🎉 This PR is included in version 1.0.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Looks like an accidental repeat.
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
Example
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 pushUse fix
Example
git add src/pages/code-of-conduct.mdx git commit -m "fix: typo and prop error in the code of conduct" git pushUse feat
Example
git add src/pages/video.js git commit -m "feat(media): creating a video landing page" git push