mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
add tracking issue section
This commit is contained in:
parent
7d7ee011d5
commit
ed4304bbef
1 changed files with 7 additions and 1 deletions
|
@ -143,7 +143,13 @@ This section is primarily targeted at maintainers. Most contributors aren't able
|
|||
[P-]: https://github.com/Cuprate/cuprate/labels?q=P
|
||||
|
||||
### 4.2 Tracking issues
|
||||
TODO
|
||||
If you are working on a larger effort, consider opening a [tracking issue](https://github.com/Cuprate/cuprate/issues/new?assignees=&labels=C-tracking-issue&projects=&template=tracking_issue.md&title=Tracking+Issue+for+...)!
|
||||
|
||||
The main purpose of these are to track efforts that may contain multiple PRs and/or are generally spread out. These don't usually contain the "why", but if they do, they are brief. These contain no implementation details or the how, as those are for the issues/PRs that are being tracked.
|
||||
|
||||
For examples, see here:
|
||||
- https://github.com/Cuprate/cuprate/issues/187
|
||||
- https://github.com/Cuprate/cuprate/issues/183
|
||||
|
||||
## 5. Documentation
|
||||
Cuprate's crates (libraries) have inline documentation.
|
||||
|
|
Loading…
Reference in a new issue