forked from fecgov/openFEC-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.about.yml
93 lines (83 loc) · 2.87 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
---
# .about.yml project metadata
#
# Short name that acts as the project identifier (required)
name: openFEC-web-app
# Full proper name of the project (required)
full_name: openFEC-web-app
# 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: openFEC
# Maturity stage of the project (required)
# values: discovery, alpha, beta, live
stage: beta
# Should this repo have automated tests? If so, set to `true`. (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: arowla
- github: emileighoutlaw
- github: jenniferthibault
- github: jmcarp
- github: LeahBannon
role: product manager
- github: LindsayYoung
- github: noahmanger
- github: onezerojeremy
# 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: Travis CI (dev)
category: CI
url: https://travis-ci.org/18F/openFEC-web-app
badge: https://img.shields.io/travis/18F/openFEC-web-app/develop.svg
- name: CodeCov
category: code coverage
url: https://codecov.io/github/18F/openFEC-web-app
badge: https://img.shields.io/codecov/c/github/18F/openFEC-web-app/develop.svg
- name: Travis CI (master)
category: CI
url: https://travis-ci.org/18F/openFEC-web-app
badge: https://img.shields.io/travis/18F/openFEC-web-app/master.svg
- name: CodeCov
category: code coverage
url: https://codecov.io/github/18F/openFEC-web-app
badge: https://img.shields.io/codecov/c/github/18F/openFEC-web-app/master.svg
- name: Code Climate
category: testing
url: https://codeclimate.com/github/18F/openFEC-web-app
badge: https://img.shields.io/codeclimate/github/18F/openFEC-web-app.svg
- name: Gemnasium
category: dependency management
url: https://gemnasium.com/18F/openFEC-web-app
badge: https://img.shields.io/gemnasium/18F/openFEC-web-app.svg
# 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:
openFEC-web-app:
name: CC0-1.0
url: https://github.com/18F/openFEC-web-app/blob/master/LICENSE.md
# URIs for points-of-contact
# Items:
# - url: URL for the link
# text: Anchor text for the link
contact:
- text: Leah Bannon
url: leah.bannon@gsa.gov