forked from evildmp/afraid-to-commit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
40 lines (29 loc) · 1.26 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=========================
Don't be afraid to commit
=========================
A hands-on workshop for Python/Django developers who would like to contribute
more to the projects they use, but need more grounding in some of the tools
required.
What's in it for you
====================
As well as helping to put you in a position to commit successfully to
collaborative projects, the workshop's emphasis on using virtualenv/pip and
git will help you manage your own work in a more streamlined and efficient
way.
The automated testing tutorial - the most substantial component of the
workshop - will help you develop your software faster, better and more easily.
What we'll cover
================
The workshop will take participants through the complete cycle of identifying
a simple issue in a Django or Python project, writing a patch with tests and
documentation, and submitting it.
The workshop will take you through the use of:
* virtualenv and pip
* git (and GitHub)
* running and writing tests for Python applications
* writing and building documentation using Sphinx
* submitting a pull request
A workbook and reference guide will be provided to support the workshop.
What you need to know
=====================
The workshop is open to anyone, but places will be limited.