This is an automated email from the ASF dual-hosted git repository.

guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 6aa56e698 Simplify issue and pr templates (#1038)
6aa56e698 is described below

commit 6aa56e6984de22d8f64c325b58788cc80a386e41
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Wed Feb 11 16:20:12 2026 +0800

    Simplify issue and pr templates (#1038)
    
    * Simplify issue and pr templates
    
    * Add back checklist for doc and test
---
 .github/ISSUE_TEMPLATE/bug.md                 | 19 ++++++++++++++++
 .github/ISSUE_TEMPLATE/bug_report.md          | 31 --------------------------
 .github/ISSUE_TEMPLATE/docs.md                | 19 ++++++++++++++++
 .github/ISSUE_TEMPLATE/documentation_issue.md | 19 ----------------
 .github/ISSUE_TEMPLATE/feature.md             | 19 ++++++++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md     | 22 ------------------
 .github/ISSUE_TEMPLATE/issue_template.md      | 32 ---------------------------
 .github/PULL_REQUEST_TEMPLATE                 | 31 ++++++++++----------------
 8 files changed, 69 insertions(+), 123 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
new file mode 100644
index 000000000..f5bce94a2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,19 @@
+---
+name: "Bug Report"
+about: "Report a bug"
+title: "[Bug] "
+labels: ["bug"]
+assignees: []
+---
+
+### What
+
+<!-- What happened? Include steps to reproduce and what you expected instead. 
-->
+
+### Environment
+
+- OS:
+- Python version:
+- Qumat version:
+
+<!-- Include any relevant logs, error messages, or screenshots. -->
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index d710f054b..000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-name: "Bug Report"
-about: "Report a bug to help us improve"
-title: "[Bug] "
-labels: ["bug"]
-assignees: []
----
-
-### Description
-A clear and concise description of the bug.
-
-### Steps to Reproduce
-1. Step 1
-2. Step 2
-3. Step 3
-
-### Expected Behavior
-What should have happened?
-
-### Actual Behavior
-What actually happened?
-
-### Screenshots or Logs
-Add screenshots or log output if applicable.
-
-### Environment
-- **OS:** e.g., Windows, Linux
-- **Browser/Tool Version:** e.g., Chrome 96, Python 3.8
-
-### Additional Context
-Any other information that may be helpful.
diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md
new file mode 100644
index 000000000..e15388670
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/docs.md
@@ -0,0 +1,19 @@
+---
+name: "Documentation Issue"
+about: "Report a docs issue"
+title: "[Docs] "
+labels: ["docs"]
+assignees: []
+---
+
+### What
+
+<!-- What is wrong, unclear, or missing? Include a link or file path. -->
+
+### Why
+
+<!-- Why does it matter? How does it affect users? -->
+
+### How
+
+<!-- How should it be fixed? Suggest the correct content if possible. -->
diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md 
b/.github/ISSUE_TEMPLATE/documentation_issue.md
deleted file mode 100644
index 4bd095112..000000000
--- a/.github/ISSUE_TEMPLATE/documentation_issue.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-name: "Documentation Issue"
-about: "Report issues related to documentation"
-title: "[Docs] "
-labels: ["docs"]
-assignees: []
----
-
-### Description
-What is unclear, incorrect, or missing?
-
-### Location of the Issue
-Provide links or file paths where the issue exists.
-
-### Suggested Improvement
-How should this be fixed?
-
-### Additional Context
-Anything else that would help improve the documentation.
diff --git a/.github/ISSUE_TEMPLATE/feature.md 
b/.github/ISSUE_TEMPLATE/feature.md
new file mode 100644
index 000000000..c686bef93
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature.md
@@ -0,0 +1,19 @@
+---
+name: "Feature Request"
+about: "Suggest a new feature"
+title: "[Feature] "
+labels: ["enhancement"]
+assignees: []
+---
+
+### What
+
+<!-- What feature do you want? Include a use case or example. -->
+
+### Why
+
+<!-- Why is this useful? What problem does it solve? -->
+
+### How
+
+<!-- How should it work? Any ideas on implementation or alternatives? -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md 
b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 22a3e7564..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-name: "Feature Request"
-about: "Suggest a new feature"
-title: "[Feature] "
-labels: ["enhancement"]
-assignees: []
----
-
-### Summary
-A brief description of the feature.
-
-### Use Case
-Explain why this feature is useful.
-
-### Proposed Implementation
-How do you propose implementing this feature?
-
-### Alternatives Considered
-Have you thought of other ways to solve the same problem?
-
-### Additional Context
-Any other relevant information or resources.
diff --git a/.github/ISSUE_TEMPLATE/issue_template.md 
b/.github/ISSUE_TEMPLATE/issue_template.md
deleted file mode 100644
index f82b71831..000000000
--- a/.github/ISSUE_TEMPLATE/issue_template.md
+++ /dev/null
@@ -1,32 +0,0 @@
-## Issue Title
-Provide a clear and concise title for the issue
-
-### Description
-Describe the issue in detail. Include what the current behavior is and provide 
any relevant examples or screenshots.
-
-### Steps to Reproduce
-1. First step
-2. Second step
-3. Third step
-
-### Expected Behavior
-What do you expect to happen?
-
-### Actual Behavior
-What actually happens? Include any error messages or logs if applicable.
-
-### Environment
-- **OS:** e.g. Windows, MacOS, Linux
-- **Browser:** e.g. Chrome, Firefox, Safari
-- **Version:** e.g. 1.0.0
-
-### Suggested Fix
-If you have an idea for a fix, please provide details here.
-
-### Additional Context
-Add any other context about the problem here. For example, links to related 
issues or discussions.
-
-### Checklist
-- [ ] I have searched the existing issues for duplicates.
-- [ ] I have provided the information as detailed as possible.
-- [ ] I provided relevant screenshots or files if necessary.
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 077360014..03eba1084 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -1,13 +1,9 @@
-### Purpose of PR
-<!-- Describe what this PR does. -->
+### Related Issues
 
-### Related Issues or PRs
-<!-- Add links to related issues or PRs. -->
-<!-- - Closes #123  -->
-<!-- - Related to #123   -->
+<!-- Closes #123 -->
+
+### Changes
 
-### Changes Made
-<!-- Please mark one with an "x"   -->
 - [ ] Bug fix
 - [ ] New feature
 - [ ] Refactoring
@@ -16,18 +12,15 @@
 - [ ] CI/CD pipeline
 - [ ] Other
 
-### Breaking Changes
-<!-- Does this PR introduce a breaking change? -->
-- [ ] Yes
-- [ ] No
+### Why
+
+<!-- Why is this change needed? -->
+
+### How
+
+<!-- What was done? -->
 
-### Checklist
-<!-- Please mark each item with an "x" when complete -->
-<!-- If not all items are complete, please open this as a **Draft PR**.
-Once all requirements are met, mark as ready for review. -->
+## Checklist
 
 - [ ] Added or updated unit tests for all changes
 - [ ] Added or updated documentation for all changes
-- [ ] Successfully built and ran all unit tests or manual tests locally
-- [ ] PR title follows "MAHOUT-XXX: Brief Description" format (if related to 
an issue)
-- [ ] Code follows ASF guidelines

Reply via email to