This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.about.yml
126 lines (108 loc) · 3.44 KB
/
.about.yml
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
# .about.yml project metadata
#
# Short name that acts as the project identifier (required)
name: cloud.gov
# Full proper name of the project (required)
full_name: cloud.gov Platform-As-A-Service
# The type of content in the repo
# values: app, docs, policy
type: app
# Describes whether a project team, working group/guild, etc. owns the repo (required)
# values: guild, working-group, project
owner_type: project
# Name of the main project repo if this is a sub-repo; name of the working group/guild repo if this is a working group/guild subproject
# parent:
# Maturity stage of the project (required)
# values: discovery, alpha, beta, live
stage: alpha
# Whether or not the project is actively maintained (required)
# values: active, deprecated
status: active
# Description of the project
description: cloud.gov takes care of infrastructure concerns so teams can focus all of their efforts on their app rather than fighting the environment
# Should be 'true' if the project has a continuous build (required)
# values: true, false
testable: true
# Team members contributing to the project (required)
# Items:
# - github: GitHub user name
# id: Internal team identifier/user name
# role: Team member's role; leads should be designated as 'lead'
team:
- github: mogul
id: bret
role: Product Lead
- github: dlapiduz
id: diego
role: Product Owner
- github: ozzyjohnson
id: ozzy
role: Ops Engineer
- github: ramirezg
id: gramirez
role: Ops Engineer
- github: jcscottiii
id: jamesscott
role: Ops Engineer
# Partners for whom the project is developed
partners:
- 18F
- GSA
# Brief descriptions of significant project developments
# milestones:
# -
# Technologies used to build the project
stack:
- Cloud Foundry
- BOSH
- Amazon Web Services
- Docker
- AngularJS
- Bootstrap
- Grafana
# Brief description of the project's outcomes
impact: The cloud.gov PaaS has the potential to reduce costs and complexity of IT projects across the federal government by an order of magnitude.
# Services used to supply project status information
# Items:
# - name: Name of the service
# category: Type of the service
# url: URL for detailed information
# badge: URL for the status badge
services:
- name: Status Page
category: statuspage
url: https://cloudgov.statuspage.io
- name: Travis CI
category: continuousintegration
url: https://travis-ci.org/18F/cg-landing
badge: https://travis-ci.org/18F/cg-landing.svg?branch=master
# Licenses that apply to the project and/or its components (required)
# Items by property name pattern:
# .*:
# name: Name of the license from the Software Package Data Exchange (SPDX): https://spdx.org/licenses/
# url: URL for the text of the license
licenses:
cg-landing:
name: CC0
url: https://github.com/18F/cg-landing/blob/master/LICENSE.md
# Tags to be linked
blog:
- cloud-gov
# Links to project artifacts
# Items:
# - url: URL for the link
# text: Anchor text for the link
links:
- url: https://cloud.gov/
text: cloud.gov
- url: https://18f.storiesonboard.com/m/gov-dev
text: Roadmap/ChangeLog story map (in StoriesOnBoard)
- url: https://trello.com/b/ChGzyepo/gov-dev
text: Sprint Status (in Trello)
- url: https://www.google.com/calendar/embed?src=gsa.gov_0samf7guodi7o2jhdp0ec99aks%40group.calendar.google.com&ctz=America/Los_Angeles
text: Project Calendar (standups, reviews, and planning meetings)
# Email addresses of points-of-contact
contact:
- url: mailto:[email protected]
text: Bret Mogilefsky