Skip to content

Commit 57259b4

Browse files
committed
add reference to cio
1 parent e7ae1ed commit 57259b4

File tree

2 files changed

+91
-21
lines changed

2 files changed

+91
-21
lines changed

src/frequently-asked-questions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Frequently Asked Questions (FAQs)
3-
updated_at: 2018-03-12
3+
updated_at: 2024-07-25
44

55
sticky_sidenav: false
66

@@ -41,9 +41,13 @@ U.S. military members and their families make significant sacrifices to protect
4141

4242
Modern software is open sourced software. The creative contribution of individual developers to help solve complex problems of impact is largely untapped by DoD. Through this experiment, we are trying to more actively participate in the open source and free software communities. We need your help to build better software products and services for our military members and citizens across the country.
4343

44+
## What is the DoD policy on Open Source Software?
45+
46+
The Department of Defense (DoD) Chief Information Officer in a 2022 memorandum ["Software Development and Open Source Software"](https://dodcio.defense.gov/Portals/0/Documents/Library/SoftwareDev-OpenSource.pdf) recognizes that "OSS forms the bedrock of the software-defined world and is critical in delivering software faster" and summarizes various aspects of the DoD policy as it impacts open source. We suggest you read that document along with their very helpful [DoD Open Source Software FAQ](https://dodcio.defense.gov/) (Frequently Asked Questions) to gain a better understanding of the Departments policy perspective on open source.
47+
4448
## Where can I find other DoD open source projects?
4549

46-
There are many other projects that have already been open sourced. They are located in various places such as GitHub, SourceForge, forge.mil, Google Code, and numerous other web sites. We're working to inventory and catalog many of these, but you can find some of them using the [`code-mil` topic on GitHub](https://github.com/topics/code-mil)
50+
There are many other projects that have already been open sourced. They are located in various places such as GitHub, code.gov, and numerous other web sites. We're working to inventory and catalog many of these, but you can find some of them using the [`code-mil` topic on GitHub](https://github.com/topics/code-mil)
4751

4852
## What happened to the draft Defense Open Source Agreement?
4953

src/tell-us-about-your-code.html

Lines changed: 85 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,37 @@
22
title: Tell Us About Your Code
33
---
44

5-
<p>The DoD is reforming our processes and adopting agile acquisition and software development practices so that we may more diligently contract for, license, mark, receive, and release our custom-developed source code. We’re doing this to create better technical outcomes for our users, improve our security posture, and foster a culture that will attract software talent to the Department.</p>
5+
<p>
6+
The DoD is reforming our processes and adopting agile acquisition and software
7+
development practices so that we may more diligently contract for, license,
8+
mark, receive, and release our custom-developed source code. We’re doing this
9+
to create better technical outcomes for our users, improve our security
10+
posture, and foster a culture that will attract software talent to the
11+
Department.
12+
</p>
613

7-
<p>To support this effort, Code.mil will be the central location for collecting information about unclassified, custom-developed source code created or paid for by the Department. Let us know about your organization’s unclassified, custom-developed source code by filling out the form below.</p>
14+
<p>
15+
To support this effort, Code.mil will be the central location for collecting
16+
information about unclassified, custom-developed source code created or paid
17+
for by the Department. Let us know about your organization’s unclassified,
18+
custom-developed source code by filling out the form below.
19+
</p>
820

9-
<form action="/thank-you.html" class="project-submission-form usa-form" method="post" name="data-call-form" netlify-honeypot="honeybucket" netlify>
10-
<input type="text" name="honeybucket" aria-hidden="true" class="honeybucket" hidden>
21+
<form
22+
action="/thank-you.html"
23+
class="project-submission-form usa-form"
24+
method="post"
25+
name="data-call-form"
26+
netlify-honeypot="honeybucket"
27+
netlify
28+
>
29+
<input
30+
type="text"
31+
name="honeybucket"
32+
aria-hidden="true"
33+
class="honeybucket"
34+
hidden
35+
/>
1136

1237
<p><b>All fields required unless noted.</b></p>
1338

@@ -17,15 +42,19 @@
1742
<ul class="usa-unstyled-list">
1843
<li>
1944
<label for="project_name">Project Name</label>
20-
<input type="text" id="project_name" name="project_name" required>
45+
<input type="text" id="project_name" name="project_name" required />
2146
</li>
2247
<li>
2348
<label for="project_description">Brief Project Description</label>
24-
<textarea id="project_description" name="project_description" required></textarea>
49+
<textarea
50+
id="project_description"
51+
name="project_description"
52+
required
53+
></textarea>
2554
</li>
2655
<li>
2756
<label for="project_agency">Branch of Service/Department/Agency</label>
28-
<input type="text" id="project_agency" name="project_agency" required>
57+
<input type="text" id="project_agency" name="project_agency" required />
2958
</li>
3059
<li>
3160
<label for="project_developer">Who developed this source code?</label>
@@ -37,24 +66,61 @@
3766
</select>
3867
</li>
3968
<li>
40-
<label for="project_start_date">When was this project started? <i>(e.g. 04/26/2017)</i><br>(An estimate is ok here.)</label>
41-
<input type="date" class="past_dates" id="project_start_date" placeholder="MM/DD/YYYY" required>
69+
<label for="project_start_date"
70+
>When was this project started? <i>(e.g. 04/26/2017)</i><br />(An
71+
estimate is ok here.)</label
72+
>
73+
<input
74+
type="date"
75+
class="past_dates"
76+
id="project_start_date"
77+
placeholder="MM/DD/YYYY"
78+
required
79+
/>
4280
</li>
4381
<li>
44-
<label for="project_source_location">Where is the source code located?<br><i>(e.g. GitHub/GitLab, Forge.mil, contractor, private server)</i></label>
45-
<input type="text" id="project_source_location" name="project_source_location" required>
82+
<label for="project_source_location"
83+
>Where is the source code located?<br /><i
84+
>(e.g. GitHub/GitLab, contractor, private server)</i
85+
></label
86+
>
87+
<input
88+
type="text"
89+
id="project_source_location"
90+
name="project_source_location"
91+
required
92+
/>
4693
</li>
4794
<li>
4895
<label for="project_repository">Repository URL <i>(optional)</i></label>
49-
<input type="url" id="project_repository" name="project_repository" placeholder="https://…">
96+
<input
97+
type="url"
98+
id="project_repository"
99+
name="project_repository"
100+
placeholder="https://…"
101+
/>
50102
</li>
51103
<li>
52-
<input type="checkbox" id="project_government_reuse" name="project_government_reuse" value="1">
53-
<label for="project_government_reuse">This code is available for government reuse.</label>
104+
<input
105+
type="checkbox"
106+
id="project_government_reuse"
107+
name="project_government_reuse"
108+
value="1"
109+
/>
110+
<label for="project_government_reuse"
111+
>This code is available for government reuse.</label
112+
>
54113
</li>
55114
<li>
56-
<input type="checkbox" id="project_public_release" name="project_public_release" value="1">
57-
<label for="project_public_release">This code is approved for public release.</label>
115+
<input
116+
type="checkbox"
117+
id="project_public_release"
118+
name="project_public_release"
119+
value="1"
120+
/>
121+
<label for="project_public_release"
122+
>This code is approved for public release.</label
123+
>
58124
</li>
59125
</ul>
60126
</fieldset>
@@ -65,15 +131,15 @@
65131
<ul class="usa-unstyled-list">
66132
<li>
67133
<label for="contact_name">Name</label>
68-
<input type="text" id="contact_name" name="contact_name" required>
134+
<input type="text" id="contact_name" name="contact_name" required />
69135
</li>
70136
<li>
71137
<label for="contact_email">Email Address</label>
72-
<input type="email" id="contact_email" name="contact_email" required>
138+
<input type="email" id="contact_email" name="contact_email" required />
73139
</li>
74140
<li>
75141
<label for="contact_phone">Phone Number</label>
76-
<input type="tel" id="contact_phone" name="contact_phone" required>
142+
<input type="tel" id="contact_phone" name="contact_phone" required />
77143
</li>
78144
</ul>
79145
</fieldset>

0 commit comments

Comments
 (0)