Opened 6 years ago
Last modified 6 years ago
#30392 closed Cleanup/optimization
Onboarding new contibutors improvements — at Initial Version
Reported by: | Chris Wedgwood | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I have just gone through the onboarding process for contributing to django on windows and
noticed a couple things that could be improved
1) Add "Writing your first patch for Django" into first steps.
Motivation: Although this is mentioned in the green box above it was'nt obvious that I should start there
2)In https://github.com/django/django/blob/master/docs/intro/contributing.txt#L208 Change runtest.py to python runtest.py for windows users
as when I ran it first time it just opened in vscode and didnt run.