;doc:dev,ISSUES,PULLREQUESTS: cleanup
This commit is contained in:
parent
a40d27397f
commit
236cf8a4e7
@ -7,14 +7,11 @@
|
||||
|
||||
The hledger project\'s issue tracker is on github.
|
||||
|
||||
Convenience urls:
|
||||
Shortcut urls:
|
||||
|
||||
- <https://issues.hledger.org> - all issues, open or closed
|
||||
- <https://bugs.hledger.org> - open BUGs
|
||||
- <https://wishes.hledger.org> - open WISHes
|
||||
- <https://prs.hledger.org> - open pull requests
|
||||
- <https://readyprs.hledger.org> - open pull requests ready for review
|
||||
- <https://draftprs.hledger.org> - open draft pull requests
|
||||
- <https://bugs.hledger.org/new> - report a new issue
|
||||
- <https://hledger.org/regressions> - how to claim regression bounties
|
||||
|
||||
@ -26,6 +23,9 @@ Misc. issue queries:
|
||||
- [bugs without an impact label](https://github.com/simonmichael/hledger/issues?q=label%3AA-BUG%20-label%3Aaffects1-noone%2Caffects2-devs%2Caffects3-few%2Caffects4-many%2Caffects5-most)
|
||||
- [bugs without a severity label](https://github.com/simonmichael/hledger/issues?q=label%3AA-BUG%20-label%3Aannoyance1-trivial%2Cannoyance2-minor%2Cannoyance3-blocker%2Cannoyance4-major%2Cannoyance5-critical)
|
||||
- [issues needing old bountysource boilerplate removed](https://github.com/simonmichael/hledger/issues?q=%22bountysource-plugin%22%20)
|
||||
- [issues of unknown type](https://github.com/simonmichael/hledger/issues?utf8=✓&q=is%3Aissue%20is%3Aopen%20-label%3A%22A%20BUG%22%20-label%3A%22A%20WISH%22%20),
|
||||
- [assigned open issues](https://github.com/simonmichael/hledger/issues?q=is%3Aopen%20assignee%3A*%20%20is%3Aissue),
|
||||
|
||||
|
||||
(Most older issues don't have impact/severity labels, so those reports are recent-biased)
|
||||
|
||||
@ -35,6 +35,7 @@ Open issues grouped by topic/type:
|
||||
Table syntax is https://www.pandoc.org/MANUAL.html#tables -> pipe_tables.
|
||||
Columns don't have to be aligned, but it's helpful for editing.
|
||||
Emacs markdown-mode can do that, but it's super slow, avoid it otherwise.
|
||||
|
||||
-->
|
||||
|
||||
| COMPONENT/TOPIC | BUGS | WISHES | PRS | OTHER |
|
||||
|
||||
@ -5,6 +5,21 @@
|
||||
<!-- toc -->
|
||||
</div>
|
||||
|
||||
Shortcut urls:
|
||||
|
||||
- <http://prs.hledger.org>
|
||||
- <http://draftprs.hledger.org>
|
||||
- <http://readyprs.hledger.org>
|
||||
- <http://assignedprs.hledger.org>
|
||||
- <http://unassignedprs.hledger.org>
|
||||
|
||||
<!--
|
||||
Misc. PR queries:
|
||||
|
||||
- ...
|
||||
-->
|
||||
|
||||
|
||||
Most contributed hledger code (and some of the project maintainer's code)
|
||||
is submitted and reviewed via Github pull requests.
|
||||
Here are some tips for contributing PRs to hledger.
|
||||
|
||||
@ -52,18 +52,13 @@ and then symlinked into the hledger_site repo for rendering on hledger.org.
|
||||
<http://ci.hledger.org>\
|
||||
<http://bugs.hledger.org>,
|
||||
<http://wishes.hledger.org>,
|
||||
[all issues](https://github.com/simonmichael/hledger/issues?q=),
|
||||
[ISSUES](ISSUES.md),\
|
||||
[issues with bounty tag](https://github.com/simonmichael/hledger/issues?q=label:bounty),
|
||||
[bountysource bounties](https://github.com/simonmichael/hledger/issues?q=%22Add%20to%20the%20bounty%20at%20Bountysource%22%20OR%20%22claim%20the%20bounty%20on%20Bountysource%22%20OR%20%22bounty%20on%20this%20issue%20has%20been%20claimed%20at%20Bountysource%22%20),
|
||||
[codemill bounties](https://github.com/simonmichael/hledger/issues?q=codemill),
|
||||
[codefund bounties](https://github.com/simonmichael/hledger/issues?utf8=✓&q=codefund)\
|
||||
more: [ISSUES](ISSUES.md)\
|
||||
<http://prs.hledger.org>,
|
||||
<http://draftprs.hledger.org>,
|
||||
<http://readyprs.hledger.org>,
|
||||
<http://assignedprs.hledger.org>,
|
||||
<http://unassignedprs.hledger.org>,
|
||||
[PULLREQUESTS](PULLREQUESTS.md),\
|
||||
more: [PULLREQUESTS](PULLREQUESTS.md)\
|
||||
[projects.hledger.org](http://projects.hledger.org)\
|
||||
[star-history.com](https://star-history.com/#simonmichael/hledger&ledger/ledger&beancount/beancount&Date) PTA apps' github star history\
|
||||
[stars.hledger.org](http://stars.hledger.org) our rank among github-starred haskell projects:\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user