-
Notifications
You must be signed in to change notification settings - Fork 13
/
terms.html
42 lines (34 loc) · 2.74 KB
/
terms.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
---
layout: default
title: Terms & Conditions
id: terms
permalink: /terms/
description: Terms and conditions for using this site and the dotnet-bot.
---
<div class="container my-6 py-6">
<div class="col-12 col-md-10 col-lg-7 mx-auto">
<h1 class="h2 mb-6 text-brand">Mod-dotnet-bot, Rules of using this site </h1>
<div class="rte">
<p>Great work! We are happy you found the mod-dotnet-bot and created your own dotnet-bot mod! Before using it, please read through the following rules. All the illustrations on the mod-dotnet-bot site are licensed under the very permissive <a href="https://creativecommons.org/publicdomain/zero/1.0/" target="_blank" rel="nofollow noreferrer">CC0 1.0 Universal license</a>. The dotnet-bot you create also falls under this license.</p>
<p class="font-weight-600">A few reminders about the dotnet-bot:</p>
<ul>
<li>The dotnet-bot represents the community that comes with the .NET brand and platform. It also helps with checking pull requests on .NET repos on GitHub.</li>
<li>When appropriate, it can be used on .NET communications. However, the dotnet-bot is not the logo and should not be used instead of the logo.</li>
<li>For more information, visit .NET brand guidelines at <a href="https://github.com/dotnet/brand" target="_blank" rel="nofollow noreferrer">https://github.com/dotnet/brand</a>.</li>
</ul>
<p class="font-weight-600">Here are some fun ways you could use your dotnet-bot mod!</p>
<ul>
<li>You may use your dotnet-bot mod to create your own .NET swag items to give away at community events.</li>
<li>You may use it as your twitter picture or share across social media.</li>
<li>You may use it as your GitHub profile picture.</li>
</ul>
<p class="font-weight-600">When using your dotnet-bot mod:</p>
<ul>
<li>Never position the dotnet-bot in any inappropriate places or forms. You cannot change the dotnet-bot appearance outside of the mod-dotnet-bot site. If you have a suggestion for a new appearance, submit an issue on the mod-dotnet-bot repo: <a href="https://github.com/dotnet-foundation/mod-dotnet-bot" target="_blank" rel="nofollow noreferrer">https://github.com/dotnet-foundation/mod-dotnet-bot</a>.</li>
<li>Don't use your dotnet-bot mod as your own logo or as your own brand. Dotnet-bot represents .NET, so you can only use it to reinforce .NET's own brand identity.</li>
<li>Don't use your dotnet-bot mod in a way that describes or implies there is an endorsement, business relationship, partnership, joint venture, or any other affiliation between you, your software or your company and Microsoft or the .NET Foundation.</li>
</ul>
<p>Have fun and happy coding!</p>
</div>
</div>
</div>