view pages/menu/get-involved.md @ 279:54532ba03391

Redirect and merge /bugs to /support page. * pages/bugs.md: make redirect to /support. * pages/menu/support.md: merge content of pages/menu/bugs.md. * pages/menu/bugs.md: delete page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 08 May 2022 02:29:31 +0900
parents 913a36644f74
children
line wrap: on
line source

---
layout: page
title: Get Involved
icon: <i class="fas fa-users"></i>
menu: true
permalink: get-involved
---

**What would you like to work on?**

We always need more help improving Octave
and there are many ways you can contribute.
You can help by:
- answering questions on [Discourse]({{ site.discourse_url }}),
- fixing [Octave bugs]({{ site.bugs_url }}),
- developing new features,
- writing Octave packages,
- ...

For more inspiration,
in the Octave wiki there is a
[list of possible projects]({{ site.wiki_url }}/Projects)
and a [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ).

Discuss your ideas with us on [Discourse]({{ site.discourse_url }})
("maintainers" category) or on our IRC
[Libera `#octave` channel](https://web.libera.chat/#octave).


### Get the Development Sources

The latest development sources of GNU Octave are available via
[Mercurial](https://www.mercurial-scm.org/) (hg).
The primary repository address is
[https://www.octave.org/hg/octave](https://www.octave.org/hg/octave),
which currently redirects to
[https://hg.savannah.gnu.org/hgweb/octave](https://hg.savannah.gnu.org/hgweb/octave).
You obtain the latest development version of Octave sources with the following
command:
```
hg clone https://www.octave.org/hg/octave
```
The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave wiki
contains more detailed and recent information about Octave development.