We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca54c37 commit 4931326Copy full SHA for 4931326
README.md
@@ -26,9 +26,9 @@ goal "Build the Rocketship 🚀" {
26
--- 1/3 tasks completed (2 remaining)
27
--- 33% completed
28
29
- ✅ Construct the engines:
30
- ⏳ Attach the engines:
31
- ⏳ Thoroughly test the engines:
+ ✅ Construct the engines
+ ⏳ Attach the engines
+ ⏳ Thoroughly test the engines
32
```
33
34
### Why is this useful?
reports.go
@@ -15,7 +15,7 @@ const DefaultTemplate = `
15
--- {{ .Summary.PercentCompleted }}% completed
16
17
{{ range .Tasks }}
18
- {{- if .Completed }}✅{{ else }}⏳{{ end }} {{ .Title }}:
+ {{- if .Completed }}✅{{ else }}⏳{{ end }} {{ .Title }}
19
{{- if not .Description -}}{{ else }}
20
> {{ .Description }}
21
{{ end }}
0 commit comments