Skip to content

docs(templates): add GitHub issue templates for bug reports and features (closes #343) - #388

Open
ranjeet150 wants to merge 3 commits into
ChainLearnOfficial:mainfrom
ranjeet150:docs/add-issue-templates
Open

ranjeet150 wants to merge 3 commits into
ChainLearnOfficial:mainfrom
ranjeet150:docs/add-issue-templates

Conversation

@ranjeet150

@ranjeet150 ranjeet150 commented Sep 16, 2026

Copy link
Copy Markdown

Summary

Closes #343

Standardizes issue creation and project management by adding GitHub Issue Templates under .github/ISSUE_TEMPLATE/.

Key Additions

  • Bug Report Template (.github/ISSUE_TEMPLATE/bug_report.md): Structured schema prompting for reproduction steps, Soroban SDK / Rust environment details, expected vs actual behavior, and contract logs.
  • Feature Request Template (.github/ISSUE_TEMPLATE/feature_request.md): Structured schema prompting for motivation, proposed contract interface changes, storage invariants, and alternatives considered.
  • Template Config (.github/ISSUE_TEMPLATE/config.yml): Links contributors to GitHub Discussions for general Q&A while keeping issue tracking clean.

Acceptance Criteria Checklist

  • Bug report and feature request templates exist under .github/ISSUE_TEMPLATE/
  • Templates are comprehensive and tailored for Soroban smart contracts
  • Template configuration established

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.

. Add issue templates

1 participant