Frontmatter
| id | 7613 |
| title | Update Pull Request Template for Enforced Issue Linking |
| state | Closed |
| labels | documentation |
| assignees | tobiu |
| createdAt | Oct 23, 2025, 12:08 AM |
| updatedAt | Oct 23, 2025, 12:10 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7613 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 23, 2025, 12:10 AM |
Update the
.github/PULL_REQUEST_TEMPLATE.mdto enforce linking PRs to GitHub issues using theCloses #keyword, improving issue tracking and auto-closing behavior.Scope
The
.github/PULL_REQUEST_TEMPLATE.mdfile has been modified to:Closes #.Goal
To improve the consistency and reliability of issue tracking within the project by ensuring all Pull Requests are explicitly linked to a corresponding GitHub issue, and to leverage GitHub's automatic issue closing feature.