Skip to content

Commit fec7d77

Browse files
authored
Merge branch 'main' into hips
2 parents edcfc75 + 20d8f35 commit fec7d77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ changelog:
44
exclude:
55
labels:
66
- chore
7-
- ignore
87
categories:
98
- title: 🛠 Breaking Changes
109
labels:
1110
- breaking-change
1211
- title: 🎉 New Features
1312
labels:
1413
- enhancement
15-
- feature
1614
- title: 🐛 Bug Fixes
1715
labels:
1816
- bug

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)