This is an automated email from the ASF dual-hosted git repository.
richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 75a0ce4b [AURON-1283] Make issue template cleaner by commenting out
placeholder text (#1284)
75a0ce4b is described below
commit 75a0ce4b0eaf2064aaca313a0e80d0aad165f5c8
Author: Ruilei Ma <[email protected]>
AuthorDate: Tue Sep 9 15:17:34 2025 +0800
[AURON-1283] Make issue template cleaner by commenting out placeholder text
(#1284)
---
.github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++
.github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++
2 files changed, 18 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
index 891c6177..2819e96e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,20 +8,30 @@ assignees: ''
---
**Describe the bug**
+<!--
A clear and concise description of what the bug is.
+-->
**To Reproduce**
+<!--
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
+-->
**Expected behavior**
+<!--
A clear and concise description of what you expected to happen.
+-->
**Screenshots**
+<!--
If applicable, add screenshots to help explain your problem.
+-->
**Additional context**
+<!--
Add any other context about the problem here.
+-->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/feature_request.md
index bbcbbe7d..9f61dcc8 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -8,13 +8,21 @@ assignees: ''
---
**Is your feature request related to a problem? Please describe.**
+<!--
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
+-->
**Describe the solution you'd like**
+<!--
A clear and concise description of what you want to happen.
+-->
**Describe alternatives you've considered**
+<!--
A clear and concise description of any alternative solutions or features
you've considered.
+-->
**Additional context**
+<!--
Add any other context or screenshots about the feature request here.
+-->