Skip to content

Commit

Permalink
Make report content a code block
Browse files Browse the repository at this point in the history
  • Loading branch information
reubano committed Apr 25, 2020
1 parent 264dd47 commit c974acd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/recommended-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,29 @@ It's expected that you already do this each work morning for the previous work d

#### contents

##### Accomplishments
```md
# Accomplishments

* Completed `foo` task
* Learned `bar` skill
* Updated documentation on `baz`

##### Struggles / Issues / Concerns
# Struggles / Issues / Concerns

* Couldn't figure out how to do `xyz`
* It takes too long to do `abc` on program `qrs`

##### Future Plans
# Future Plans

* Complete `foo` and `bar` tasks
* Learn `baz` skill
* Updated documentation on `xyz`

##### Questions / Requests
# Questions / Requests

* What is the proper way to `abc`?

##### Recommendations
# Recommendations

* Process `abc` is inefficient because of `xyz`. We should improve it by implementing `foo`.
```

0 comments on commit c974acd

Please sign in to comment.