-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.yaml
89 lines (71 loc) · 2.27 KB
/
README.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: Bot
# Logo for this project
#logo: docs/logo.png
# License of this project
license: "APACHE2"
# Copyrights
copyrights:
- name: "Cloud Posse, LLC"
url: "https://cloudposse.com"
year: "2021"
# Canonical GitHub repo
github_repo: cloudposse/bot
# Badges to display
badges:
- name: "Build Status"
image: "https://github.com/cloudposse/build-harness/workflows/docker/badge.svg?branch=master"
url: "https://github.com/cloudposse/build-harness/actions?query=workflow%3Adocker"
- name: "Latest Release"
image: "https://img.shields.io/github/release/cloudposse/build-harness.svg"
url: "https://github.com/cloudposse/build-harness/releases/latest"
- name: "Slack Community"
image: "https://slack.cloudposse.com/badge.svg"
url: "https://slack.cloudposse.com"
- name: "Discourse Forum"
image: "https://img.shields.io/discourse/https/ask.sweetops.com/posts.svg"
url: "https://ask.sweetops.com/"
related:
- name: "Packages"
description: "Cloud Posse installer and distribution of native apps"
url: "https://github.com/cloudposse/packages"
- name: "Dev Harness"
description: "Cloud Posse Local Development Harness"
url: "https://github.com/cloudposse/dev"
# References
#references:
# - name: "Wikipedia - Test Harness"
# description: 'The `build-harness` is similar in concept to a "Test Harness"'
# url: "https://en.wikipedia.org/wiki/Test_harness"
# Screenshots
#screenshots:
# - name: "demo"
# description: "Example of using the `build-harness` to build a docker image"
# url: "https://cdn.rawgit.com/cloudposse/build-harness/master/docs/demo.svg"
# Short description of this project
description: |-
The Cloud Posse bot repo
TODO: Add a short description of this project
# Introduction to the project
#introduction: |-
# This is an introduction.
# How to use this project
usage: |-
TODO: Write usage
# Example usage
examples: |-
Here are some real world examples:
TODO: Add examples
# How to get started quickly
quickstart: |-
Here's how to get started...
TODO: update this section
# Contributors to this project
contributors:
- name: "Matt Calhoun"
github: "mcalhoun"