Description
To improve project maintainability and streamline open-source contributions, MicroForge needs standardized GitHub Issue Templates. Currently, the repository lacks a structured way for users to report bugs or suggest features, which is a key requirement for enterprise-grade documentation and repository health.
Proposed Changes
Create a .github/ISSUE_TEMPLATE/ directory containing the following templates:
- Bug Report (
bug_report.md):
- Fields for service identification (Go, Java, Python, etc.).
- Sections for environment details (Docker vs. Kubernetes).
- Placeholders for container logs and reproduction steps.
- Feature Request (
feature_request.md):
- Sections for the "Why" and "How."
- Technology stack proposal for new polyglot services.
- Documentation Template (
documentation.md):
- A checklist-style template for tracking general improvements or README updates (like the Mermaid.js integration).
Why this is needed?
- Consistency: Ensures all technical issues contain the necessary logs and environment context.
- Professionalism: Aligns the repository with industry-standard DevOps and OSS practices.
- Efficiency: Reduces the back-and-forth communication needed to debug issues across the 5+ microservices.
Tasks
I love to work on this issue and Submit a PR.
Labels: SWOC, SWOC'26
Description
To improve project maintainability and streamline open-source contributions, MicroForge needs standardized GitHub Issue Templates. Currently, the repository lacks a structured way for users to report bugs or suggest features, which is a key requirement for enterprise-grade documentation and repository health.
Proposed Changes
Create a
.github/ISSUE_TEMPLATE/directory containing the following templates:bug_report.md):feature_request.md):documentation.md):Why this is needed?
Tasks
.github/ISSUE_TEMPLATEdirectory.bug_report.md.feature_request.md.I love to work on this issue and Submit a PR.
Labels:
SWOC,SWOC'26