microsoft / microsoft/vscode-pull-request-github
Assisted issue and pull request descriptions
@alexr00 is already working on this.
Since Jun 12, 2026.
- Dominant language
- TypeScript
- Stars
- 2.6k
- Forks
- 795
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 46
Description
Identified problem
In a large open source project like VS Code, the quality of issues and pull request descriptions can vary depending on the contributor’s experience. Some reports may lack important technical details, making bugs more difficult to reproduce and reviews slower to complete.
Even with existing templates, maintainers and reviewers may still need additional clarification before validating a contribution.
Suggested solution
Introduce an assistance feature during issue and pull request creation to help contributors provide clearer and more complete information.
The system could analyze the written content in real time and:
- suggest missing details
- detect ambiguous descriptions
- request reproduction steps
- recommend expected behavior or acceptance criteria
For example, if an issue report does not contain enough information to reproduce a bug, the assistant could notify the contributor before submission.
This feature could initially be optional in order to improve communication quality without affecting the flexibility of the current workflow.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.