# issue-parser **Repository Path**: mirrors_github/issue-parser ## Basic Information - **Project Name**: issue-parser - **Description**: Convert issue form responses to JSON - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-05 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Issue Forms Parser ![Check dist/](https://github.com/github/issue-parser/actions/workflows/check-dist.yml/badge.svg) ![Code Coverage](./badges/coverage.svg) ![CodeQL](https://github.com/github/issue-parser/actions/workflows/codeql.yml/badge.svg) ![Continuous Integration](https://github.com/github/issue-parser/actions/workflows/continuous-integration.yml/badge.svg) ![Continuous Delivery](https://github.com/github/issue-parser/actions/workflows/continuous-delivery.yml/badge.svg) ![Linter](https://github.com/github/issue-parser/actions/workflows/linter.yml/badge.svg) Convert issue form responses to JSON ## About This package can be used to parse GitHub issues into machine-readable JSON for processing. In particular, it is designed to work with [issue forms](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms) to perform basic transformations on the issue body, resulting in a consistent JSON output. Issues submitted using issue forms use a structured Markdown format. **So long as the issue body is not heavily modified by the user,** we can reliably parse the issue body into a JSON object. ## Installation ```bash npm i @github/issue-parser ``` ## Example Here is a simple example of how to use this package in your project. ```typescript import { parseIssue } from '@github/issue-parser' const issue = parseIssue('', '