File: developer_guide.rst

package info (click to toggle)
openturns 1.26-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,708 kB
  • sloc: cpp: 261,605; python: 67,030; ansic: 4,378; javascript: 406; sh: 185; xml: 164; makefile: 101
file content (39 lines) | stat: -rw-r--r-- 1,104 bytes parent folder | download
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 are several channels for you to contact us:

  - Join 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 first if you have any doubt whether
    you have bumped into an bug or not, and check the tracker for similar issues first.

.. toctree::
    :maxdepth: 1

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