-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
support.mdx
46 lines (38 loc) · 2.19 KB
/
support.mdx
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
40
41
42
43
44
45
46
---
id: support
title: Support
sidebar_label: Support
slug: /
---
**nalgebra** is primarily being maintained and developed by [Dimforge](https://dimforge.org),
and welcomes contributions from the community. In this page you will see various ways of getting
help and contributing.
## Let's talk
You are encouraged to join us on our [Discord server](https://discord.gg/vt9DJSW)! We are
always happy to help, and sometimes a single question there could save you loads of time
skimming through the documentation.
## Stack Overflow
Stack Overflow is a popular forum to ask code-level questions or if you're stuck with a specific error. Read through the
[existing questions](https://stackoverflow.com/questions/tagged/nalgebra) tagged with **nalgebra** or
[ask your own](https://stackoverflow.com/questions/ask?tags=nalgebra)!
## Working on this website
You can contribute to this website by completing, improving, and correcting
it. Do not hesitate to correct even the smallest, insignificant detail
(especially English mistakes, including typography). We love nitpicking! This
website is composed of a set of markdown files located on the
[nalgebra.org](https://github.com/dimforge/nalgebra.org) repository. It is compiled using
[Docusaurus 2](https://v2.docusaurus.io). As explained in the next section,
you need to fork, fix, and create a pull request targeting the **master**
branch of the **nalgebra.org** repository to make your contribution ready
to integrate into our code base. There are no specific rules, except that all
compilable code to generate illustrations
must be located on the `src` folder. Downloadable examples have to be located
on the `examples` directory of the main project [repository](https://github.com/dimforge/nalgebra).
## Working on the library
If you intend to work on the source code of **nalgebra**, you should start by
[forking](https://help.github.com/articles/fork-a-repo) the
[repository](https://github.com/dimforge/nalgebra). Once you are done making
modifications to your own copy of **nalgebra**, you have to [create a pull
request](https://help.github.com/articles/creating-a-pull-request) targeting
the **dev** branch so that your contribution can be reviewed, commented, and
eventually merged.