diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 40ae40acaf..816bb04f2b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,11 +9,11 @@ assignees: '' ## Describe the bug -A clear and concise description of what the bug is. + ## Version -NocoBase version that you are using. + ## How To Reproduce @@ -26,16 +26,16 @@ Steps to reproduce the behavior: ## Expected behavior -A clear and concise description of what you expected to happen. + ## Screenshots -If applicable, add screenshots to help explain your problem. + + ## Desktop (please complete the following information) - OS: [e.g. iOS] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] +- Browser [e.g. chrome v102, safari] ## Smartphone (please complete the following information) @@ -46,4 +46,4 @@ If applicable, add screenshots to help explain your problem. ## Additional context -Add any other context about the problem here. + diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md index 3d0612cb2c..4badd6908c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -1,19 +1,25 @@ -# Description (Bug描述) +## Description (Bug 描述) -## Steps to reproduce (复现步骤) -Clear steps to reproduce the bug. +### Steps to reproduce (复现步骤) -## 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. +### Expected behavior (预期行为) -## Related issues (相关issue) -Include any related issues or previous bug reports related to this bug. + -# Reason (原因) -Explain what caused the bug to occur. +### Actual behavior (实际行为) -# Solution (解决方案) -Describe solution to the bug clearly and consciously. + + +## Related issues (相关 issue) + + + +## Reason (原因) + + + +## Solution (解决方案) + + diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md index 1dee54180f..eca1e210f8 100644 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -1,20 +1,28 @@ -# Description (需求描述) -Describe the new feature or modification to an existing feature clearly and consciously. +## Description (需求描述) -# Motivation (需求背景) -Explain the reason for adding or modifying this feature. + + +## Motivation (需求背景) + + + +## Key changes (关键改动) + + -# Key changes (关键改动) -Provide a technically detailed description of the key changes made. - Frontend (前端) - Backend (后端) -# Test plan (测试计划) -## Suggestions (测试建议) -Provide any suggestions or recommendations for improvements in the testing plan. +## Test plan (测试计划) -## Underlying risk (潜在风险) -Identify any potential risks or issues that may arise from the new feature or modification. +### Suggestions (测试建议) -# Showcase (结果展示) -Including any screenshots of the new feature or modification. + + +### Underlying risk (潜在风险) + + + +## Showcase (结果展示) + +