Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 95d427b

Browse files
authoredJan 9, 2023
chore: release v0.5.0 (#523)
2 parents e78e75b + 280bf60 commit 95d427b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3545
-641
lines changed
 

‎.github/CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# For more information, please refer to https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
3+
* @cloudwego/hertz-reviewers @cloudwego/hertz-approvers @cloudwego/hertz-maintainers

‎.github/ISSUE_TEMPLATE/question.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Question
3+
about: Ask a question, so we can help you easily
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the Question**
11+
12+
A clear and concise description of what the question is.
13+
14+
**Reproducible Code**
15+
16+
Please construct a minimum complete and reproducible example for us to get the same error. And tell us how to reproduce it like how you send a request or send what request.
17+
18+
**Expected behavior**
19+
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
24+
If applicable, add screenshots to help explain your question.
25+
26+
**Hertz version:**
27+
28+
Please provide the version of Hertz you are using.
29+
30+
**Environment:**
31+
32+
The output of `go env`.
33+
34+
**Additional context**
35+
36+
Add any other context about the question here.

0 commit comments

Comments
 (0)
Please sign in to comment.