Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add test workflow #1039

Merged
merged 1 commit into from
Jan 30, 2024
Merged

feat: add test workflow #1039

merged 1 commit into from
Jan 30, 2024

Conversation

clarkmcadoo
Copy link
Contributor

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

  • for changes / additions / corrections to content in the src/data/project-main-content, src/data/projects directories
  • for changes / additions / corrections to images in the static/images directory
  • for functional changes / additions to code in the examples directory

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 push

Use fix

  • for functional corrections to code in the src/components, src/templates, src/fragments, src/pages or directories
  • for corrections in the src/data/oss-category or src/data/project-tags directories
  • for functional corrections to code in the examples directory

Example

git add src/pages/code-of-conduct.mdx
git commit -m "fix: typo and prop error in the code of conduct"
git push

Use feat

  • for functional changes / additions to code in the src/components, src/templates, src/fragments, src/pages or directories
  • for changes / additions in the src/data/oss-category or src/data/project-tags directories

Example

git add src/pages/video.js
git commit -m "feat(media): creating a video landing page"
git push

@clarkmcadoo clarkmcadoo requested review from a team, sunnyzanchi and tabathadelane and removed request for a team January 30, 2024 15:58
Copy link

gatsby-cloud bot commented Jan 30, 2024

✅ opensource-website-develop deploy preview ready

@clarkmcadoo clarkmcadoo merged commit 9417deb into develop Jan 30, 2024
8 checks passed
@clarkmcadoo clarkmcadoo deleted the clark/test-add-workflow branch January 30, 2024 16:16
@nr-opensource-bot
Copy link
Contributor

🎉 This PR is included in version 1.26.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants