Changes between Initial Version and Version 1 of Ticket #30392
- Timestamp:
- Apr 23, 2019, 11:00:01 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30392 – Description
initial v1 1 1 I have just gone through the onboarding process for contributing to django on windows and 2 noticed a couple thingsthat could be improved2 noticed one thing that could be improved 3 3 4 1) Add "Writing your first patch for Django" into first steps. 5 Motivation: Although this is mentioned in the green box above it was'nt obvious that I should start there 6 7 8 2)In https://github.com/django/django/blob/master/docs/intro/contributing.txt#L208 Change runtest.py to python runtest.py for windows users 4 In https://github.com/django/django/blob/master/docs/intro/contributing.txt#L208 Change runtest.py to python runtest.py for windows users 9 5 as when I ran it first time it just opened in vscode and didnt run.