forked from microsoft/opensource.microsoft.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
program.html
87 lines (76 loc) · 3.74 KB
/
program.html
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
---
layout: default
id: program
title: Microsoft's Open Source Program
permalink: /program/
---
<article class="program-page">
<div class="page-header">
<div class="wrapper">
<div class="col-md-10 col-lg-7 mx-auto">
<!-- <h1 class="h5 text-white">Microsoft's Open Source Programs Office</h1> -->
<h1 class="h2">Our program</h2>
</div>
</div>
</div>
<div class="wrapper-full bg-light">
<div class="wrapper my-6 py-4">
<div class="col-md-10 col-lg-7 mx-auto">
<h3 class="h4 font-weight-400 mb-4">
Microsoft has a strong open source program that encourages contribution, respects
license obligations, and allows engineers to use open source with ease, work in the open,
release projects, and be secure.
</h3>
<p>
Our developers use more than 200,000 open source components every month while building
products and services.
</p>
<p>
Relentless automation, engineering system innovation, and making it easy for our
developers to "fall into the pit of success" have been key to using open source
at enterprise-scale.
</p>
<p>
Here are just a few of the ways that we've built a strong open source program.
We're sharing our process in hopes it helps others be more successful in open source too.
</p>
</div>
</div>
</div>
<div class="tabs">
<nav class="wrapper my-6" data-require-javascript="yes" data-javascript-show="immediate">
<div class="col-md-10 col-lg-7 mx-auto">
<div class="tabs__tabs" role="tablist">
<a class="tabs__tab is-active" role="tab" href="#program-overview" data-tab="program-overview">Overview</a>
<a class="tabs__tab" role="tab" href="#program-tools" data-tab="program-tools">Tools & resources</a>
<a class="tabs__tab" role="tab" href="#program-using" data-tab="program-using">Using open source</a>
<a class="tabs__tab" role="tab" href="#program-contributing" data-tab="program-contributing">Contributing</a>
<a class="tabs__tab" role="tab" href="#program-releasing" data-tab="program-releasing">Releasing projects</a>
</div>
</div>
</nav>
<div class="wrapper my-6 pt-lg-3 pb-4">
<div class="col-md-10 col-lg-7 mx-auto">
<noscript><h2>Overview</h2></noscript>
<div class="tabs__content is-active" data-tab="program-overview">
{% include program-overview.html %}
</div>
<div class="tabs__content" data-tab="program-tools">
<noscript><h2>Tools & resources</h2></noscript>
{% include program-tools.html %}
</div>
<div class="tabs__content" data-tab="program-using">
<noscript><h2>Using open source</h2></noscript>
{% include program-using.html %}
</div>
<div class="tabs__content" data-tab="program-contributing">
<noscript><h2>Contributing</h2></noscript>
{% include program-contributing.html %}
</div>
<div class="tabs__content" data-tab="program-releasing">
<noscript><h2>Releasing projects</h2></noscript>
{% include program-releasing.html %}
</div>
</div>
</div>
</article>