... | @@ -63,7 +63,7 @@ This assumes that you have already installed the [PhpStorm Gitflow](phpstorm-git |
... | @@ -63,7 +63,7 @@ This assumes that you have already installed the [PhpStorm Gitflow](phpstorm-git |
|
|
|
|
|
## Develop, Commit, Push
|
|
## Develop, Commit, Push
|
|
|
|
|
|
#### Generic Workflow
|
|
#### Generic Git Workflow
|
|
|
|
|
|
1. Whenever development for this issue occurs, make sure you have the branch that was created for this issue checked out
|
|
1. Whenever development for this issue occurs, make sure you have the branch that was created for this issue checked out
|
|
2. All commits should reference the issue. Do this by placing a `#{ISSUE ID}` somewhere in the commit message - e.g. `#4: Add start() event listener that kills overlay`.
|
|
2. All commits should reference the issue. Do this by placing a `#{ISSUE ID}` somewhere in the commit message - e.g. `#4: Add start() event listener that kills overlay`.
|
... | | ... | |