File: developer_guide.rst

package info (click to toggle)
openturns 1.24-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 66,204 kB
  • sloc: cpp: 256,662; python: 63,381; ansic: 4,414; javascript: 406; sh: 180; xml: 164; yacc: 123; makefile: 98; lex: 55
file content (39 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download | duplicates (2)
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
.. _contribute:

==========
Contribute
==========

This document aims to give an overview of how to contribute to the development.
There are several ways to contribute.


Providing us with feedback on your own experience using the software is extremely
valuable for the other users as well as our developers. There exists many
channels for you to contact us:

  - Join the `chat <https://gitter.im/openturns/community>`_ or the `forum <https://openturns.discourse.group>`_.
  - Bugs can be reported on our `bug tracker <https://github.com/openturns/openturns/issues>`_.
  - Once a year, one of the partners hosts the Users day which is a
    unique occasion for users to meet up and share their experience using the
    library.

.. note::

    Please consider using the forum or chat first if you have any doubt whether
    you have bumped into a real bug or not.

.. toctree::
    :maxdepth: 1

    architecture
    library_development
    sphinx_documentation
    module_development
    wrapper_development
    git_workflow
    coding_rules
    windows_port
    windows_native_port
    validation/validation
    release