-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcookiecutter.json
More file actions
67 lines (67 loc) · 4.99 KB
/
cookiecutter.json
File metadata and controls
67 lines (67 loc) · 4.99 KB
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
{
"project_name": "cms-bb2-node-sdk",
"project_repo_name": "cms-bb2-node-sdk",
"project_org": "CMSgov",
"description": "A short description of the project.",
"long_description": "A longer description of the project.",
"status": ["ideation", "development", "alpha", "beta", "release candidate", "production", "archival"],
"license": ["CC0-1.0", "Apache-2.0", "MIT", "MPL-2.0", "GPL-2.0-only", "GPL-3.0-only", "GPL-3.0-or-later", "LGPL-2.1-only", "LGPL-3.0-only", "BSD-2-Clause", "BSD-3-Clause", "EPL-2.0", "Other"],
"usage_type" : ["openSource", "governmentWideReuse", "exemptByLaw", "exemptByNationalSecurity", "exemptByAgencySystem", "exemptByAgencyMission", "exemptByCIO", "exemptByPolicyDate"],
"repository_host": ["github.com/CMSgov", "github.com/CMS-Enterprise", "github.com/DSACMS", "github.cms.gov", "CCSQ GitHub"],
"repository_visibility": ["public", "private"],
"vcs": ["git", "hg", "svn", "rcs", "bzr"],
"forks": 0,
"platforms": "web, windows, mac, linux, ios, android, other",
"categories": "healthcare",
"software_type":["standalone/mobile", "standalone/iot", "standalone/desktop", "standalone/web", "standalone/backend", "standalone/other", "addon", "library", "configurationFiles"],
"languages": "",
"maintenance": ["internal", "contract", "community", "none"],
"contract_number": 0,
"tags": "dsacms-tier3",
"contact_email": "opensource@cms.hhs.gov",
"contact_name": "CMS Open Source Program Office",
"feedback_mechanisms": "https://github.com/CMSgov/cms-bb2-node-sdk/issues",
"localisation": ["true", "false"],
"repository_type" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"],
"user_input": ["Yes", "No"],
"fisma_level": ["Low", "Moderate", "High"],
"group": "CMS/OA/DSAC",
"projects": "",
"systems": "",
"upstream": "",
"subset_in_healthcare": "Policy, Operational, Medicare, Medicaid",
"user_type": "Providers, Patients, Government",
"__prompts__": {
"project_name": "What is the name of the project or software?",
"project_repo_name": "What is the name of the repository?",
"project_org": "What CMS GitHub organization is it under?",
"description": "Provide a short description of the software. It should be a single line containing a single sentence. Maximum 150 characters are allowed.",
"long_description": "Provide longer description of the software, between 150 and 10000 chars. It is meant to provide an overview of the capabilities of the software for a potential user.",
"status": "What is the status of the project?",
"license": "What license is the project under?",
"usage_type": "What is the usage type for this project? For more information on each option, visit github.com/DSACMS/gov-codejson",
"repository_host": "Where is the repository hosted?",
"vcs": "What version control system is used?",
"forks": "How many forks does the repository have?",
"platforms": "What platform does the software runs on? Separate items by commas.",
"categories": "What categories best describes the project? Separate items by commas. List of categories here: https://yml.publiccode.tools/categories-list.html?highlight=categories",
"software_type": "What type of software is the project?",
"languages": "What programming language(s) is the software written in? Separate items by commas.",
"maintenance": "How is the software maintained?",
"contract_number": "What is the contractor number of the project?",
"tags": "Provide a list of tags to describe the software for search. Separate items by commas.",
"contact_name": "A point of contact is needed for the project. What is the name of the point of contact?",
"contact_email": "What is email address of the point of contact?",
"feedback_mechanisms": "What are methods a repository receives feedback from the community (e.g. URL to GitHub repository issues page, website, email)",
"localisation": "Does the software support multiple spoken languages?",
"repository_type": "What type of repository is this project?",
"user_input": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)",
"fisma_level": "What FISMA level is this project classified as? Learn more: https://security.cms.gov/learn/federal-information-security-modernization-act-fisma#perform-system-risk-categorization",
"group": "Which group at CMS is the project part of?",
"projects": "What project is the repository associated with? Separate items by commas.",
"systems": "What systems does the repository use or interface with? Separate items by commas.",
"upstream": "What upstream dependencies does the repository use? Separate items by commas.",
"subset_in_healthcare": "Which subset of healthcare does the project belong to?",
"user_type": "Who are the intended users?"
}
}