mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-03-07 09:04:44 +00:00
* 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. -->
|