Коммит
1d848f8a92
|
@ -4,7 +4,7 @@ Author:
|
|||
Published: 2017-07-07 20:41:17.0000000
|
||||
---
|
||||
<p><p><strong>Hey! Let's have some summer* fun! </strong><p>UPDATE: <a href="/blog/2017/07/19/net-summer-hackfest-update-1-session-project-announcements">See this post for our project announcements</a>.<p>Here's the idea: .NET Summer Hackfest is a six week community open source community run hackfest. We'll form up into loose teams to contribute to an open source project for a two week session. After that, a new project starts up, but you're of course free (and, of course, encouraged) to keep contributing to projects after the two week session is up.<p>Here are some goals:<ul><li>Make some substantial contributions to existing .NET open source projects during the session.<li>Spin up some new projects / libraries.<li>Great successes! And a few explosions are expected, too, because this is an experiment! <li>Get some new folks involved in .NET open source, hopefully staying on after the session ends. Maybe you're new to .NET open source, or want to try a new technology or stack? This is a low risk way to get involved, working with folks who can mentor you.<li>Have some fun stuff to show off at <a href="http://www.dotnetconf.net/">dotnetConf in September</a>!</li></ul><p>Depending on interest, both from projects and contributors, we can have a few projects running at once. Here's an example, with some sample / made up projects to illustrate:
|
||||
<p><table border="1" cellspacing="0" cellpadding="2">
|
||||
<p><table border="1" cellspacing="0" cellpadding="2" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top">Session Start</td>
|
||||
|
|
|
@ -46,7 +46,7 @@ Excluded: true
|
|||
|
||||
<p>The .NET Foundation would like to welcome the following projects that joined in February and March!</p>
|
||||
|
||||
<table>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
|
@ -1736,3 +1736,49 @@ p.profile-company {
|
|||
height: 100%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
padding: 0.75rem;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
table thead th {
|
||||
vertical-align: bottom;
|
||||
border-bottom: 2px solid #dee2e6;
|
||||
}
|
||||
|
||||
table tbody + tbody {
|
||||
border-top: 2px solid #dee2e6;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
table thead th,
|
||||
table thead td {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
table {
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@ permalink: /projects/submit
|
|||
other recognizable, non-descriptive titles used within the project – these do not need to be formally registered trademarks.</li>
|
||||
</ul>
|
||||
<p>By default, the .NET Foundation selects <strong>Licensed</strong> in the CLA</p>
|
||||
<table>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
|
@ -68,7 +68,7 @@ permalink: /projects/submit
|
|||
<h2 id="project-onboarding">Project Onboarding</h2>
|
||||
<p>The last stage of joining the .NET Foundation involves a set of activities to bring your project in line with all .NET Foundation projects and help you join the broader .NET Foundation community. These items will all be tracked via the GitHub issue (that
|
||||
was created when you filled out your project application) and additional details are included in a detailed email you will receive.</p>
|
||||
<table>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Tasks</th>
|
||||
|
|
Загрузка…
Ссылка в новой задаче