Opened 111 minutes ago

Last modified 111 minutes ago

#36993 assigned Uncategorized

Clarify “N/A - {reason}” usage in PR field in contribution docs

Reported by: JaeHyuckSa Owned by: JaeHyuckSa
Component: Documentation Version: dev
Severity: Normal Keywords: pull_reqeust
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello!

Currently, Django requires most pull requests to reference a Trac ticket, and this is somewhat enforced through the contribution guidelines.

However, in practice, for low-risk PRs such as typo fixes, documentation updates, and small test additions, proceeding without a ticket under a “no ticket” approach is also encouraged in the guidelines.

Through a recent discussion on the [Django Forum](https://forum.djangoproject.com/t/introduce-a-minor-tag-for-low-risk-prs-that-dont-need-a-trac-ticket/44561/9), it seemed appropriate to make this intent more explicit by allowing contributors to write a reason in the ticket field when a PR is intentionally ticketless, such as:

  • N/A - typo
  • N/A - docs
  • N/A - tests

With this in mind, I would like to suggest that we first explicitly document this pattern in the pull request template and related documentation.

(While it may be possible to validate guideline compliance later using GitHub Actions or similar approaches, I think it would be better to first establish a clear workflow standard through documentation and templates.)

Change History (1)

comment:1 by JaeHyuckSa, 111 minutes ago

Owner: set to JaeHyuckSa
Note: See TracTickets for help on using tickets.
Back to Top