blob: a0a158bc32f4692bf2455ba7040a767a158e690f (
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
|
# Support
Need help? You can find out ways to talk to maintainers and community members below.
<div className="container">
<div className="row">
<div className="col col--4">
<h2>Browse the docs</h2>
<p>Find what you're looking for in our documentation and guides.</p>
<ul>
<li>Learn how to <a href="/docs/category/getting-started">get started</a> with OpenDC.</li>
<li>Follow the provided <a href="/docs/category/tutorials">tutorials</a>.</li>
<li>Look at the <a href="/docs/category/advanced-guides">advanced guides</a>.</li>
</ul>
</div>
<div className="col col--4">
<h2>Join the community</h2>
<p>Ask questions and find answers from other OpenDC users.</p>
<ul>
<li>Report bugs and feature requests via <a href="https://github.com/atlarge-research/opendc/issues">GitHub Issues</a></li>
<li>Open a discussion on our <a href="https://github.com/atlarge-research/opendc/discussions">GitHub Discussions</a> page</li>
</ul>
</div>
<div className="col col--4">
<h2>Stay up to date</h2>
<p>Find out what's new in OpenDC.</p>
<ul>
<li>Track the project on <a href="https://github.com/atlarge-research/opendc">GitHub</a>.</li>
<li>Follow AtLarge Research on <a href="https://twitter.com/LargeResearch">Twitter</a>.</li>
</ul>
</div>
</div>
</div>
## Need to contact the maintainers?
Opening an issue or discussion on GitHub is always preferred so other community members can also contribute to and
benefit from the answers. However, if you need (private) contact with the maintainers, you may contact us
at 📧[opendc@atlarge-research.com](mailto:opendc@atlarge-research.com).
|