Skip to main content

Support

wgmath is primarily being maintained and developed by Dimforge, 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! We are always happy to help, and sometimes a single question there could save you loads of time skimming through the documentation.

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 wgmath repository. It is compiled using Docusaurus 2. As explained in the next section, you need to fork, fix, and create a pull request targeting the main branch of the wgmath repository to make your contribution ready to integrate into our code base.

Working on the library

If you intend to work on the source code of wgmath, you should start by forking the repository. Once you are done making modifications to your own copy of wgmath, you have to create a pull request targeting the main branch so that your contribution can be reviewed, commented, and eventually merged.