-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proceed with the Django Girls tutorial #20
Comments
completed about 75%. It`s necessary to do a PR or checkboxes now? Because I forgot about this demand |
It's best to send a series of small PRs. |
I've you've made one giant commit, you'll need to separate everything into atomic subsequent changes. |
I will make a "small project" and commit the changes according to tutorial pages. It's easier to implement for me |
I don't understand what you mean. |
Then I'll make branches and PR's for every tutorial page |
Progress:
|
Do a PR per each tutorial page or less, trying to identify atomic sets of changes or an easily reviewable size. For simplicity of tracking the progress, you may add a checkboxed markdown list here. Do your best to apply what you learned in the previous tasks.
https://tutorial.djangogirls.org/en/
The main objective here is not to blindly follow the tutorial (it has a lot of oversimplifications and the practices describe don't follow the real-world professional development standards) but to do better and practice development according to our GitHub Flow flavor in the environment of linters, tests and code reviews. We'll also do more integrations with other systems along the way.
The text was updated successfully, but these errors were encountered: