This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
.about.yml
60 lines (50 loc) · 1.6 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
---
# .about.yml project metadata
#
# Short name that acts as the project identifier (required)
name: api-standards
# Full proper name of the project (required)
full_name: API Standards
# The type of content in the repo
# values: app, docs, policy
type: policy
# Describes whether a project team, working group/guild, etc. owns the repo (required)
# values: guild, working-group, project
owner_type: individual
# Maturity stage of the project (required)
# values: discovery, alpha, beta, live, sunset, transfer, end
stage: live
# Description of the project
description: 18F's view of API best practices and standards
# Tags that describe the project or aspects of the project
tags: [standards, best-practices, apis, guides]
# Should be 'true' if the project has a continuous build (required)
# values: true, false
testable: false
# 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'
# NOTE from arowla: In choosing team members, I went with contributors
# who are still at 18F who have made at least 2 commits. Many other people
# have made valuable contributions to this project.
#
team:
- github: konklone
id: eric
role: lead
- github: adelevie
id: alan
role: lead
- github: arowla
id: alison
role: contributor
- github: gbinal
id: gray
role: contributor
# Licenses that apply to the project and/or its components (required)
licenses:
api-standards:
name: CC0
url: https://github.com/18F/api-standards/blob/master/LICENSE.md