view pages/menu/get-involved.md @ 271:3ce19581b946

LICENSE: Add "GPL-3.0-or-later" for code
author Kai Torben Ohlhus <k.ohlhus@gmail.com>
date Mon, 21 Feb 2022 17:32:38 +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.