mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:45:18 +00:00
chore: bug_fix pull request template
This commit is contained in:
parent
19a33dfe74
commit
33852517dc
25
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
vendored
Normal file
25
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
name: Bug fix
|
||||
about: A template for submitting a bug fix pull request.
|
||||
|
||||
---
|
||||
|
||||
# Description (Bug描述)
|
||||
|
||||
## Steps to reproduce (复现步骤)
|
||||
Clear steps to reproduce the bug.
|
||||
|
||||
## Expected behavior (预期行为)
|
||||
Describe what the expected behavior should be when the code is executed without the bug.
|
||||
|
||||
## Actual behavior (实际行为)
|
||||
Describe what actually happens when the code is executed with the bug.
|
||||
|
||||
## Related issues (相关issue)
|
||||
Include any related issues or previous bug reports related to this bug.
|
||||
|
||||
# Reason (原因)
|
||||
Explain what caused the bug to occur.
|
||||
|
||||
# Solution (解决方案)
|
||||
Describe solution to the bug clearly and consciously.
|
Loading…
Reference in New Issue
Block a user