-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
62 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
about: Create a report to help us identify any unintended flaws, errors, or faults | ||
title: '' | ||
labels: type/bug | ||
assignees: '' | ||
|
||
--- | ||
### Before creating the bug report | ||
### Before Creating the Bug Report | ||
|
||
- [ ] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). | ||
- [ ] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. | ||
- [ ] I confirm that this bug belongs to the current repository, not other repositories of RocketMQ. | ||
- [ ] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. | ||
|
||
### Describe the bug | ||
### Describe the Bug | ||
|
||
A clear and concise description of what the bug is. | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
### Steps to reproduce | ||
### Steps to Reproduce | ||
|
||
If possible, provide a recipe for reproducing the error. | ||
<!-- If possible, provide a recipe for reproducing the error. --> | ||
|
||
### What did you expect to see? | ||
### What Did You Expect to See? | ||
|
||
A clear and concise description of what you expected to see. | ||
<!-- A clear and concise description of what you expected to see. --> | ||
|
||
### What did you see instead? | ||
### What Did You See Instead? | ||
|
||
A clear and concise description of what you saw instead. | ||
<!-- A clear and concise description of what you saw instead. --> | ||
|
||
### What version are you using? | ||
### What Version Are You Using? | ||
|
||
(e.g., `v5.0.0`, `f3e113c`, etc) | ||
<!-- (e.g., `v5.0.0`, `f3e113c`, etc) --> | ||
|
||
### Environment | ||
|
||
Compiler: (e.g., "Oracle JDK 11.0.17") | ||
<!-- Compiler: (e.g., "Oracle JDK 11.0.17") | ||
OS: (e.g., "Ubuntu 20.04") | ||
Runtime (if different from JDK above): (e.g., "Oracle JRE 8u251") | ||
OS (if different from OS compiled on): (e.g., "Windows Server 2019") | ||
OS (if different from OS compiled on): (e.g., "Windows Server 2019") --> | ||
|
||
### Additional context | ||
### Additional Context | ||
|
||
Add any other context about the problem here. | ||
<!-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Enhancement Request | ||
about: Suggest an improvement for this project | ||
title: '' | ||
labels: type/enhancement | ||
assignees: '' | ||
|
||
--- | ||
### Before Creating the Enhancement Request | ||
|
||
<!-- An issue should be considered as an enhancement when it proposes improvements to existing functionality or user experience, without necessarily introducing new features or fixing existing bugs. --> | ||
|
||
- [ ] I have confirmed that this should be classified as an improvement rather than a bug/feature. | ||
|
||
### Summary | ||
|
||
<!-- A clear and concise description of the enhancement you would like to see in the project. --> | ||
|
||
### Motivation | ||
|
||
<!-- Explain why you believe this enhancement is necessary, and how it benefits the project and community. Include any specific use cases that you have in mind. --> | ||
|
||
### Describe the Solution You'd Like | ||
|
||
<!-- Describe the enhancement you propose, detailing the change and implementation steps involved. If you have multiple solutions, please list them separately. --> | ||
|
||
### Describe Alternatives You've Considered | ||
|
||
<!-- List any alternative enhancements or implementations you have considered, and explain why they may not be as effective or appropriate. --> | ||
|
||
### Additional Context | ||
|
||
<!-- Add any relevant context, screenshots, prototypes, or other supplementary information to help illustrate the enhancement. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
### Make sure the target branch is right | ||
|
||
In most case, the target branch should be `develop`. | ||
<!-- Please make sure the target branch is right. In most case, the target branch should be `develop`. --> | ||
|
||
### Which issue(s) this PR fixes | ||
|
||
Please ensure that the related issue has already been created, and [link this pull request to that issue using keywords](<https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword>) to ensure automatic closure. | ||
<!-- Please ensure that the related issue has already been created, and [link this pull request to that issue using keywords](<https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword>) to ensure automatic closure. --> | ||
|
||
Fixes #issue_id | ||
|
||
### Brief description | ||
|
||
Write a brief description for your pull request to help the maintainer understand the reasons behind your changes. | ||
<!-- Write a brief description for your pull request to help the maintainer understand the reasons behind your changes. --> | ||
|
||
### How did you test this change? | ||
|
||
In order to ensure the code quality of Apache RocketMQ, we expect every pull request to have undergone thorough testing. | ||
<!-- In order to ensure the code quality of Apache RocketMQ, we expect every pull request to have undergone thorough testing. --> |