mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 17:41:24 +08:00

* POC of mkdocs barebones * Add more stuff! --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
30 lines
705 B
Markdown
30 lines
705 B
Markdown
# Contributing
|
|
|
|
## Introduction
|
|
|
|
Wails is a community project, and we welcome contributions from anyone. This document outlines the process for contributing to Wails.
|
|
|
|
## Ways of contributing
|
|
|
|
We welcome anyone to join us in contributing to the project. This documentation is aimed at anyone wishing to get
|
|
familiar with the project and the development processes.
|
|
|
|
There are many ways to contribute to the project:
|
|
|
|
- Developing new features
|
|
- Fixing bugs
|
|
- Testing
|
|
- Documenting features
|
|
- Writing tutorials / guides
|
|
- Helping others on the issues + discussions boards
|
|
- Improving the documentation
|
|
|
|
### Getting started
|
|
|
|
To get started, clone the project repository:
|
|
|
|
```shell
|
|
wails3 contribute
|
|
```
|
|
|