File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,13 @@ changelog:
4
4
exclude :
5
5
labels :
6
6
- chore
7
- - ignore
8
7
categories :
9
8
- title : 🛠 Breaking Changes
10
9
labels :
11
10
- breaking-change
12
11
- title : 🎉 New Features
13
12
labels :
14
13
- enhancement
15
- - feature
16
14
- title : 🐛 Bug Fixes
17
15
labels :
18
16
- bug
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ There are 2 types of issues:
17
17
- Bug: You've found a bug with the code, and want to report it, or create an issue to track the bug.
18
18
- Proposal: Used for items that propose a new idea or functionality. This allows feedback from others before code is written.
19
19
20
- ## Contributing to Dapr
20
+ ## Contributing to Hyperlight
21
21
22
- This section describes the guidelines for contributing code / docs to Dapr .
22
+ This section describes the guidelines for contributing code / docs to Hyperlight .
23
23
24
24
### Pull Requests
25
25
@@ -80,3 +80,5 @@ git checkout <branch-name>
80
80
git commit --amend --no-edit --signoff
81
81
git push --force-with-lease < remote-name> < branch-name>
82
82
```
83
+
84
+ * Credit: This doc was cribbed from Dapr.*
You can’t perform that action at this time.
0 commit comments