Skip to content

Commit

Permalink
clean up a dapr reference in contrib.md (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: David Justice <[email protected]>
  • Loading branch information
devigned authored Nov 6, 2024
1 parent 019e66b commit 20d8f35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -80,3 +80,5 @@ git checkout <branch-name>
git commit --amend --no-edit --signoff
git push --force-with-lease <remote-name> <branch-name>
```

*Credit: This doc was cribbed from Dapr.*

0 comments on commit 20d8f35

Please sign in to comment.