Skip to content

Commit b89251b

Browse files
authored
Readme header (#71)
* line wrap for titles longer than 34 characters * add email link
1 parent 051951e commit b89251b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Cloud Posse](https://cloudposse.com/logo-300x69.png)](https://cloudposse.com)
44

5-
# Build Harness [![Build Status](https://travis-ci.org/cloudposse/build-harness.svg?branch=master)](https://travis-ci.org/cloudposse/build-harness) [![Latest Release](https://img.shields.io/github/release/cloudposse/build-harness.svg)](https://github.com/cloudposse/build-harness/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
5+
# Build Harness [![Build Status](https://travis-ci.org/cloudposse/build-harness.svg?branch=master)](https://travis-ci.org/cloudposse/build-harness) [![Latest Release](https://img.shields.io/github/release/cloudposse/build-harness.svg)](https://github.com/cloudposse/build-harness/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
66

77

88
This `build-harness` is a collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more.
@@ -156,6 +156,8 @@ Work directly with our team of DevOps experts via email, slack, and video confer
156156
157157
We provide *commercial support* for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a fulltime engineer.
158158
159+
[![E-Mail](https://img.shields.io/badge/email-hello@cloudposse.com-blue.svg)](mailto:hello@cloudposse.com)
160+
159161
- **Questions.** We'll use a Shared Slack channel between your team and ours.
160162
- **Troubleshooting.** We'll help you triage why things aren't working.
161163
- **Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
@@ -164,6 +166,7 @@ We provide *commercial support* for all of our [Open Source][github] projects. A
164166
- **Cloud Architecture.** We'll assist with your cloud strategy and design.
165167
- **Implementation.** We'll provide hands on support to implement our reference architectures.
166168
169+
167170
## Community Forum
168171
169172
Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.

templates/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Cloud Posse](https://cloudposse.com/logo-300x69.png)](https://cloudposse.com)
44

5-
# {{(ds "config").name}} {{ if has (ds "config") "badges" }}{{- range $badge := (ds "config").badges -}}{{ printf " [![%s](%s)](%s)" $badge.name $badge.image $badge.url }}{{ end }}{{ end }}
5+
# {{(ds "config").name}}{{ if gt (len (ds "config").name) 34 }}{{ print "\n\n" }}{{ end }}{{ if has (ds "config") "badges" }}{{- range $badge := (ds "config").badges -}}{{ printf " [![%s](%s)](%s)" $badge.name $badge.image $badge.url }}{{ end }}{{ end }}
66

77
{{ if has (ds "config") "logo" }}
88
![{{(ds "config").name}}]({{ (ds "config").logo }})
@@ -69,6 +69,8 @@ Work directly with our team of DevOps experts via email, slack, and video confer
6969

7070
We provide *commercial support* for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a fulltime engineer.
7171

72+
[![E-Mail](https://img.shields.io/badge/email-hello@cloudposse.com-blue.svg)](mailto:hello@cloudposse.com)
73+
7274
- **Questions.** We'll use a Shared Slack channel between your team and ours.
7375
- **Troubleshooting.** We'll help you triage why things aren't working.
7476
- **Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
@@ -77,6 +79,7 @@ We provide *commercial support* for all of our [Open Source][github] projects. A
7779
- **Cloud Architecture.** We'll assist with your cloud strategy and design.
7880
- **Implementation.** We'll provide hands on support to implement our reference architectures.
7981

82+
8083
## Community Forum
8184

8285
Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.

0 commit comments

Comments
 (0)