Skip to content

chore: add issue templates for bug reports and feedback#56

Merged
fazleelahhee merged 1 commit into
elara-labs:mainfrom
suhalvemu:feat/issue-templates
May 6, 2026
Merged

chore: add issue templates for bug reports and feedback#56
fazleelahhee merged 1 commit into
elara-labs:mainfrom
suhalvemu:feat/issue-templates

Conversation

@suhalvemu
Copy link
Copy Markdown
Contributor

Summary

  • Adds bug_report.yml — structured fields for repro steps, logs, Python version, OS, and CCE version to reduce back-and-forth on bug reports
  • Adds feedback.yml — lightweight first-experience form to capture signal from users who tried CCE but wouldn't open a formal bug report
  • Adds config.yml — disables blank issues and routes general questions to Discussions once that tab is enabled

Context

Investigation in #31 found that the repo has 14 forks with 0 commits ahead of main — people are interested but have no low-friction path to engage. The blank issue box is one of the most well-documented drop-off points in open source. These templates remove that barrier.

Test plan

  • Open a new issue on the repo and verify the template chooser appears
  • Step through the bug report form — all required fields should block submission if empty
  • Step through the feedback form — only outcome and use-case are required
  • Verify blank issues are disabled and the Discussions link appears in the chooser

Adds .github/ISSUE_TEMPLATE/ with:
- bug_report.yml — structured fields for repro steps, logs, Python
  version, OS, and CCE version to reduce back-and-forth on bug reports
- feedback.yml — lightweight first-experience form to capture signal
  from users who tried CCE but wouldn't file a formal bug report
- config.yml — disables blank issues and routes general questions to
  Discussions once that tab is enabled

Addresses the contribution friction identified in issue elara-labs#31.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds GitHub Issue Forms to lower the friction for users to report bugs or share first-time feedback, aligning with the goal in #31 to increase engagement from interested forks.

Changes:

  • Added a structured Bug Report issue form that collects repro steps, logs, and environment/version info.
  • Added a lightweight Feedback / First Experience issue form to capture early user sentiment and friction points.
  • Disabled blank issues and routed general questions/discussion to GitHub Discussions via issue template config.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/ISSUE_TEMPLATE/bug_report.yml Adds a structured bug report form with required fields for faster triage.
.github/ISSUE_TEMPLATE/feedback.yml Adds a lightweight feedback form to capture user outcomes and pain points.
.github/ISSUE_TEMPLATE/config.yml Disables blank issues and adds a Discussions contact link for questions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fazleelahhee fazleelahhee merged commit 0f4dd8c into elara-labs:main May 6, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants