Skip to content

Commit 20d8f35

Browse files
authored
clean up a dapr reference in contrib.md (#24)
Signed-off-by: David Justice <[email protected]>
1 parent 019e66b commit 20d8f35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ There are 2 types of issues:
1717
- Bug: You've found a bug with the code, and want to report it, or create an issue to track the bug.
1818
- Proposal: Used for items that propose a new idea or functionality. This allows feedback from others before code is written.
1919

20-
## Contributing to Dapr
20+
## Contributing to Hyperlight
2121

22-
This section describes the guidelines for contributing code / docs to Dapr.
22+
This section describes the guidelines for contributing code / docs to Hyperlight.
2323

2424
### Pull Requests
2525

@@ -80,3 +80,5 @@ git checkout <branch-name>
8080
git commit --amend --no-edit --signoff
8181
git push --force-with-lease <remote-name> <branch-name>
8282
```
83+
84+
*Credit: This doc was cribbed from Dapr.*

0 commit comments

Comments
 (0)