Skip to content

Conversation

@navin-oss
Copy link
Contributor

Description

Adds structured GitHub issue templates to improve consistency and clarity when reporting bugs or requesting features.

Created:

  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/ISSUE_TEMPLATE/feature_request.md

These templates guide contributors to provide complete information, making issue tracking and debugging easier.

Closes #6

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🧹 Code refactoring (no functional changes)
  • ⚡ Performance improvement
  • ✅ Test improvement
  • 🔧 Build or CI/CD configuration changes

How Has This Been Tested?

Verified that both templates appear automatically when creating a new issue.

Tested by:

  • Opening "New Issue"
  • Confirming Bug Report template loads correctly
  • Confirming Feature Request template loads correctly

Screenshots

N/A

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Additional Information

This change improves issue consistency and helps maintainers collect structured information for faster debugging and better feature planning.

Learning Outcomes

Learned how to structure GitHub issue templates and organize project documentation using the .github directory.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 6, 2026
@ayushHardeniya ayushHardeniya added the developer-experience Enhances experience of a developer in IDE or while working on project label Feb 6, 2026
@Blazzzeee
Copy link
Collaborator

Looks good to me

Copy link
Member

@ayushHardeniya ayushHardeniya left a comment

Choose a reason for hiding this comment

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

thanks for contributing!

@ayushHardeniya ayushHardeniya merged commit 39b65f7 into ZenYukti:main Feb 8, 2026
1 check passed
@ayushHardeniya ayushHardeniya added the apertre3.0 Apertre 3.0 open source program label Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

apertre3.0 Apertre 3.0 open source program developer-experience Enhances experience of a developer in IDE or while working on project documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GitHub issue templates in .github

3 participants