Skip to content

Commit

Permalink
Add links to useful references
Browse files Browse the repository at this point in the history
WIP #47
  • Loading branch information
SkoggsTrollet authored and Thierry Lacour committed Nov 2, 2021
1 parent 9811fd6 commit 3e33c64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/BlogPost.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Task management plays a pivotal role in how we adopt a healthy way of working. T

#### Creating a project board <a name="project-board"/>

https://github.com/Praqma/GodotDevOps/projects/1

#### Task management <a name="task-management"/>
#### Referencing issues in your commits <a name="referencing-issues"/>
Expand All @@ -145,9 +146,14 @@ Task management plays a pivotal role in how we adopt a healthy way of working. T
- Examples from Unity
- Examples from Godot

https://github.com/bitwes/Gut
https://www.youtube.com/watch?v=R1aO4Tmw3zA&ab_channel=InfallibleCode
https://www.youtube.com/watch?v=eovjb5xn8y0&ab_channel=GameDevGuide

#### Branching and merging <a name="branching-and-merging"/>

https://nvie.com/posts/a-successful-git-branching-model/

### Automating work <a name="getting-automated"/>

- GitHub actions and workflows
Expand All @@ -164,8 +170,13 @@ Task management plays a pivotal role in how we adopt a healthy way of working. T

#### Continous integration <a name="continous-integration"/>

https://game.ci/
https://github.com/abarichello/godot-ci

#### Automating releases <a name="automating-releases"/>

https://trstringer.com/github-actions-create-release-upload-artifacts/

#### Automating release notes <a name="automating-release-notes"/>

### Practice Using the Command Line Interface
Expand All @@ -181,4 +192,7 @@ You might be asking yourself "Doesn't it cost more time to work this way than to

### Resources

https://www.gdquest.com/
https://www.youtube.com/c/GameDevGuide/videos

### Personal Thoughts

0 comments on commit 3e33c64

Please sign in to comment.