-
Notifications
You must be signed in to change notification settings - Fork 60
/
about.html
31 lines (30 loc) · 1.29 KB
/
about.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
---
layout: section
title: About Fedora Developer Portal
description: What is Fedora Developer Portal and how to contribute.
---
<div class="row">
<div class="col-sm-12">
<h2>About</h2>
<p>
Fedora Developer Portal is a place for developers running Fedora on their workstation or virtual machine for their
development needs. Fedora offers plenty of packages for developers, but they were not that easy to find
and understand.
</p>
<p>
Therefore the goal of this site is to present the packages available on Fedora and explain how to use them.
</p>
<h2>Contribute</h2>
<p>
Development of Fedora Developer Portal takes place on <a href="https://github.com/developer-portal">GitHub.com</a>.
There are two separated projects under Developer Portal organization:
</p>
<ul>
<li><a href="https://github.com/developer-portal/content">content</a> for submitting, editing and reviewing the content</li>
<li><a href="https://github.com/developer-portal/website">website</a> for the technical implementation</li>
</ul>
<p>
Each project has its README file that will explain to you how to start contributing. See also our <a href="https://fedoraproject.org/wiki/Websites/Developer">Fedora Wiki</a> page.
</p>
</div>
</div>