summaryrefslogtreecommitdiff
blob: 78a8ce25bafbaee5dd0d68efb2c1e19927e90ceb (plain)
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
---
nav1: support
nav1-show: true
nav1-weight: 20

title: 'Support'
---
<p class="lead">
  Got a question? We've got you covered.
</p>

<div class="row">
  <div class="col-xs-12 col-md-8 col-md-offset-2">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title"><span class="fa fa-fw fa-life-buoy"></span> Getting Help with your Gentoo System</h3>
      </div>
      <div class="panel-body">
        <p>
          Gentoo is a volunteer-driven distribution and so are our support options:
          We have a great Gentoo community that tests and helps document many aspects of the Gentoo distribution.
        </p>
        <p>
          We advise you to seek answers to your support questions in the following documentation resources and support venues:
        </p>
        <div class="list-group large">
          <a href="//wiki.gentoo.org/wiki/FAQ" class="list-group-item"><i class="fa fa-fw fa-question-circle"></i> Frequently Asked Questions</a>
          <a href="/support/documentation/" class="list-group-item"><i class="fa fa-fw fa-book"></i> Gentoo Documentation</a>
          <a href="/get-involved/irc-channels/" class="list-group-item"><i class="fa fa-fw fa-comments-o"></i> Gentoo IRC Channels</a>
          <a href="https://forums.gentoo.org/" class="list-group-item"><i class="fa fa-fw fa-users"></i> Gentoo Forums</a>
          <a href="/get-involved/mailing-lists/" class="list-group-item"><i class="fa fa-fw fa-inbox"></i> Gentoo Mailing Lists</a>
        </div>

        Many Gentoo developers frequently visit those community channels and try their best to contribute to the ongoing discussions and questions.
      </div>
    </div>
  </div>
</div>

<div class="row">
  <div class="col-xs-12 col-md-8 col-md-offset-2">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title"><span class="fa fa-fw fa-laptop"></span> Hardware Requirements</h3>
      </div>
      <div class="panel-body">
        The hardware requirements for each architecture are placed in our <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page">Gentoo Handbook</a>,
        in the <em>Choosing the right installation medium</em> chapter for your respective architecture.
      </div>
    </div>
  </div>
</div>

<div class="row">
  <div class="col-xs-12 col-md-8 col-md-offset-2">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title"><span class="fa fa-fw fa-bug"></span> Reporting Bugs</h3>
      </div>
      <div class="panel-body">
        <p>
          Found a bug? Please report it!
        </p>
        <div class="alert alert-danger">
          Please make sure that the problem is not caused by a misconfiguration on your part.
          <br>
          Our <a href="#" class="alert-link">support venues</a> help you ascertain whether your issue warrants a bug report.
        </div>
        Prior to reporting your first bug, please take a look at our <a href="https://wiki.gentoo.org/wiki/Beautiful_bug_reports">guide to creating beautiful bug reports</a>.
        <br><br>
        When you're ready to report the issue, head over to our Bugzilla, where you can file a bug after registering and logging in.
      </div>
      <div class="panel-footer text-right">
        <a href="https://bugs.gentoo.org/" class="btn btn-default btn-sm"><span class="fa fa-fw fa-bug"></span> Go to Bugzilla</a>
      </div>
    </div>
  </div>
</div>