From fd1b3de625ff8faa9c9113a96d506897ded02760 Mon Sep 17 00:00:00 2001 From: David Justice Date: Wed, 6 Nov 2024 15:35:17 -0500 Subject: [PATCH] clean up a dapr reference in contrib.md Signed-off-by: David Justice --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 972989686..67a51168a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,9 +17,9 @@ There are 2 types of issues: - Bug: You've found a bug with the code, and want to report it, or create an issue to track the bug. - Proposal: Used for items that propose a new idea or functionality. This allows feedback from others before code is written. -## Contributing to Dapr +## Contributing to Hyperlight -This section describes the guidelines for contributing code / docs to Dapr. +This section describes the guidelines for contributing code / docs to Hyperlight. ### Pull Requests @@ -80,3 +80,5 @@ git checkout git commit --amend --no-edit --signoff git push --force-with-lease ``` + +*Credit: This doc was cribbed from Dapr.*