Files
tauricon/.github/CONTRIBUTING.md
Fabian-Lars 6a51744b69 Prepare repo for release (#13)
* Prepare repo for release

* fix path for formatter

* fix package name in covector config

* add resolution overwrite for semver-regex

* feat: add covector dep

* chore: pin covector

* rename jobs

* use uniform node-version string

* setup node for audit job

* cache yarn deps

* Revert "cache yarn deps"

This reverts commit ee37a117bb.

* remove outputs

Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>

* Revert "setup node for audit job"

This reverts commit 267170a74f.

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
2022-04-12 21:25:18 +02:00

18 lines
1015 B
Markdown

# Contributing Guide
Hi! We, the maintainers, are really excited that you are interested in contributing to Tauri. Before submitting your contribution though, please make sure to take a moment and read through the [Code of Conduct](CODE_OF_CONDUCT.md).
## Pull Request Guidelines
- You have to [sign your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
- It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
- If adding new feature:
- Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it.
- If fixing a bug:
- If you are resolving a special issue, add `(fix: #xxxx[,#xxx])` (#xxxx is the issue id) in your PR title for a better release log, e.g. `fix: update entities encoding/decoding (fix #3899)`.
- Provide detailed description of the bug in the PR, or link to an issue that does.