we think of Dynare as a community. Though primary development is undertaken to
varying degrees by a [core team](/about#team), we encourage others to be
involved in any way that interests them. That could be anything from attending
the [Dynare Conference](#come-to-the-conference), to participating actively in
the [Dynare Forum](#participate-actively-in-the-forum), to spotting and
[reporting bugs](#reporting-bugs), to directly making [changes to the
codebase](#code-development). [Financial
contributions](#financial-contributions) also help ensure the continued
stability of the Dynare project.
...
...
@@ -31,26 +32,38 @@ when you're stuck. Along with the manual, it should be a point of reference
when working with Dynare.
As an advanced user, your contribution will be useful in several ways. First
and foremost, you'll be helping others out who are just beginning on the same
path that you're on. Second, you may be able to bring a perspective to the
table that's different than that of a beginner and that of someone on the [core
team](/about#team). Finally, your participation will help foster a larger sense
of community and will hopefully allow you gain a deeper understanding of
and foremost, you'll be helping out others who are just beginning on the same
path that you're already on. Second, you may be able to bring a perspective to
the table that's different than that of a beginner and that of someone on the
[core team](/about#team). Finally, your participation will help foster a larger
sense of community and will hopefully allow you gain a deeper understanding of
something you already understand well.
### Reporting Bugs
If you find a bug in Dynare, please report it on our [Gitlab Issue
page](https://git.dynare.org/Dynare/dynare/issues). But! Before you do, please ensure you are working with the latest version of Dynare.
- If reporting a bug in the ***stable*** version of Dynare:
Ensure the bug exists in the [latest stable version of Dynare](/download#stable) telling us exactly how to reproduce the problem.
- If reporting a bug in the ***unstable*** version of Dynare:
- Ensure the bug exists in the most recent version of the Dynare source code. You can either test it by installing the latest [Dynare snapshot](/download#snapshot) or by installing the source code from the [Git repository](https://git.dynare.org/Dynare/dynare)
If you find a bug, we want to know about it! But, first, before you tell us
about it, make sure it's a real bug. Head over to the [Dynare
Forum](https://forum.dynare.org/) and search for the problem you've
encountered; maybe someone else has encountered the same issue and what you
think is a bug is actually intentional behavior. If there's nothing on the
forum and you're not certain it's a bug, please post a question there. We'll
see it and respond accordingly. If, however, you're sure it's a real bug,
please report it on our Gitlab Issue page. But! Before you do, ensure you are
working with the latest version of Dynare.
- If reporting a bug in the ***stable*** version of Dynare:
<pclass="indent"markdown="1">Ensure the bug exists in the [latest stable
version of Dynare](/download#stable) telling us exactly how to reproduce the
problem.</p>
- If reporting a bug in the ***unstable*** version of Dynare:
<pclass="indent"markdown="1">Ensure the bug exists in the most recent version
of the Dynare source code. You can either test it by installing the latest
[Dynare snapshot](/download#snapshot) or by compliing the source code from the