Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#36463 closed Cleanup/optimization (fixed)

Grammar error in contributions tutorial

Reported by: bistasulove Owned by: GitHub <noreply@…>
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Hi team,

I came across a small grammar issue in the Django contribution documentation while setting up Django locally in editable mode. I’ve submitted a patch PR to fix it — please let me know if it aligns with our contribution guidelines.

PR link : https://github.com/django/django/pull/19558

This is my first contribution to the project, so do let me know if there’s anything I should improve or do differently.

Thanks!

Change History (4)

comment:1 by Natalia Bidart, 3 months ago

Triage Stage: UnreviewedAccepted
Version: 5.1dev

Thank you bistasulove! For future reference, small grammar or syntax fixes do not require a ticket.

comment:2 by Natalia Bidart, 3 months ago

Triage Stage: AcceptedReady for checkin

comment:3 by GitHub <noreply@…>, 3 months ago

Owner: set to GitHub <noreply@…>
Resolution: fixed
Status: newclosed

In e80b33a:

Fixed #36463 -- Fixed grammar in docs/intro/contributing.txt.

comment:4 by Natalia <124304+nessita@…>, 3 months ago

In 5386161:

[5.2.x] Fixed #36463 -- Fixed grammar in docs/intro/contributing.txt.

Backport of e80b33ae4d6f93375b10b2fe50bd6f588f1246ad from main.

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