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

Create dependabot-automerge.yml #7

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

elaguerta-nr
Copy link

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

@elaguerta-nr elaguerta-nr merged commit 44e4266 into develop Jul 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant