|
| 1 | +--- |
| 2 | +id: support |
| 3 | +title: Support |
| 4 | +sidebar_label: Support |
| 5 | +slug: / |
| 6 | +--- |
| 7 | + |
| 8 | +**wgmath** is primarily being maintained and developed by [Dimforge](https://dimforge.com), |
| 9 | +and welcomes contributions from the community. In this page you will see various ways of getting |
| 10 | +help and contributing. |
| 11 | + |
| 12 | +## Let's talk |
| 13 | +You are encouraged to join us on our [Discord server](https://discord.gg/vt9DJSW)! We are |
| 14 | +always happy to help, and sometimes a single question there could save you loads of time |
| 15 | +skimming through the documentation. |
| 16 | + |
| 17 | +## Working on this website |
| 18 | + |
| 19 | +You can contribute to this website by completing, improving, and correcting |
| 20 | +it. Do not hesitate to correct even the smallest, insignificant detail |
| 21 | +(especially English mistakes, including typography). We love nitpicking! This |
| 22 | +website is composed of a set of markdown files located on the |
| 23 | +[wgmath](https://github.com/dimforge/wgmath) repository. It is compiled using |
| 24 | +[Docusaurus 2](https://v2.docusaurus.io). As explained in the next section, |
| 25 | +you need to fork, fix, and create a pull request targeting the **main** |
| 26 | +branch of the **wgmath** repository to make your contribution ready |
| 27 | +to integrate into our code base. |
| 28 | + |
| 29 | +## Working on the library |
| 30 | + |
| 31 | +If you intend to work on the source code of **wgmath**, you should start by |
| 32 | +[forking](https://help.github.com/articles/fork-a-repo) the |
| 33 | +[repository](https://github.com/dimforge/wgmath). Once you are done making |
| 34 | +modifications to your own copy of **wgmath**, you have to [create a pull |
| 35 | +request](https://help.github.com/articles/creating-a-pull-request) targeting |
| 36 | +the **main** branch so that your contribution can be reviewed, commented, and |
| 37 | +eventually merged. |
0 commit comments