Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
new .about.yml for ATO
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Kamanda authored Sep 20, 2017
1 parent 4887021 commit 563312f
Showing 1 changed file with 139 additions and 0 deletions.
139 changes: 139 additions & 0 deletions .about.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
---
# .about.yml Code.gov API project metadata
#
# Short name that acts as the project identifier (required)
name: code-gov-api

# Full proper name of the project (required)
full_name: Code.Gov API

# The type of content in the repo
# values: app, docs, policy
type: docs, policy

# 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:code-gov-web

# Maturity stage of the project (required)
# values: discovery, alpha, beta, live, sunset, transfer, end
stage: live

# Description of the project
description: An online collection of tools, best practices, and schemas to help
federal agencies implement the federal source code policy.

# Tags that describe the project or aspects of the project
tags:
- open source
- source code
- source code policy
- code.gov


# 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: okamanda
id: Olivier Kamanda
role: Lead


- github: AlvandSalehi
id: Alvand Salehi
role: client (OMB)

- github: jlow81
id: Jason Lowengrub
role: team lead


- github: yozlet
id: Yoz Grahame
role: ATO Support

- github: froi
id: Froilan Irizarry
role: Developer


# Partners for whom the project is developed
partners:
- OMB
- GSA

# Organizations or individuals who have adopted the project for their own use
# Items:
# - id: The name of the organization or individual
# url: A URL to the user's version of the project
#users:
#-

# Brief descriptions of significant project developments
#milestones:
#-

# Technologies used to build the project
stack:
- Javascript
- NodeJS
- Elasticsearch

# Brief description of the project's outcomes
impact: The platform will help shape federal agencies software procurement and creation policies

# 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:
#-

# 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:
NodeJS:
name: MIT
url: https://github.com/nodejs/node/blob/master/LICENSE


# Tag to use when blogging about this project
blogTag:
- codegov

# Links to project artifacts
# Items:
# - url: URL for the link
# text: Anchor text for the link
# category: Type of the link
links:
- url: https://code.gov
- - text: Home of code.gov
- - category: homepage

- url: https://sourcecode.cio.gov
text: Federal Source Code Policy
category: documentation

# URIs for points-of-contact
# Items:
# - url: URL for the link
# text: Anchor text for the link
contact:
- url: mailto:[email protected]
text: Code.gov Team

0 comments on commit 563312f

Please sign in to comment.