Slide 1

Slide 1 text

WordPress Core “The core team makes WordPress” 246 core contributors to WordPress 4.3

Slide 2

Slide 2 text

WordPress Core • Not just about writing code • Verifying bug reports • Testing proposed bug fixes • Testing new features • Bug gardening

Slide 3

Slide 3 text

Today • Set up your environment • Find some areas you’re interested in • Get familiar with the processes • Have some fun and have some lunch • Fixing a bug is a bonus

Slide 4

Slide 4 text

chat.wordpress.org

Slide 5

Slide 5 text

Make WordPress Core make.wordpress.org/core

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

Local Development Environment

Slide 8

Slide 8 text

Contributor Handbook make.wordpress.org/core

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

Trac make.wordpress.org/core

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

Trac Components

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

No content

Slide 20

Slide 20 text

Trac Keywords

Slide 21

Slide 21 text

Tackling a ticket • Read the comment thread • Reproduce the issue • Got a fix? Patch and iterate • Got an idea? Discuss

Slide 22

Slide 22 text

Testing a proposed fix • Read the comment thread • Reproduce the issue • Apply the patch • Does it actually fix the issue? • Provide feedback

Slide 23

Slide 23 text

Generating a patch svn diff > 12345.diff git diff —-no-prefix > 12345.diff

Slide 24

Slide 24 text

Applying a patch patch -p0 -i 12345.diff or grunt patch:12345

Slide 25

Slide 25 text

Subversion svn checkout https://develop.svn.wordpress.org/trunk Git git clone git://develop.git.wordpress.org

Slide 26

Slide 26 text

Make WordPress Core make.wordpress.org/core