mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
fe1d5faac9
Some checks are pending
Audit / audit (push) Waiting to run
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Deny / audit (push) Waiting to run
* contributing.md: expand tracking issue/pr section * add tracking issue section * re-format sections * typos * fix links * add `.github/pull_request_template.md` * add `Pull request title and description` section * wording
35 lines
652 B
Markdown
35 lines
652 B
Markdown
<!--
|
|
PR titles should be:
|
|
<AREA>: <SHORT_DESCRIPTION>
|
|
|
|
For example:
|
|
books: fix typo
|
|
-->
|
|
|
|
<!--
|
|
If your pull request is long and/or has sections
|
|
that need clarifying, consider leaving a review on
|
|
your own PR with comments explaining the changes.
|
|
-->
|
|
|
|
### What
|
|
<!--
|
|
If applicable, close a related issue with:
|
|
|
|
Fixes #<BUG_ISSUE_NUMBER>
|
|
|
|
...or...
|
|
|
|
Closes #<FEATURE_ISSUE_NUMBER>
|
|
-->
|
|
|
|
<!-- Describe the pull request in detail. -->
|
|
|
|
### Why
|
|
<!-- If applicable, describe why this pull request exists. -->
|
|
|
|
### Where
|
|
<!-- If applicable, describe the places this pull request affects. -->
|
|
|
|
### How
|
|
<!-- If applicable, describe how this pull request works. -->
|