An open API service indexing awesome lists of open source software.

https://github.com/bisq-network/github

The @bisq-network GitHub organization
https://github.com/bisq-network/github

Last synced: 10 months ago
JSON representation

The @bisq-network GitHub organization

Awesome Lists containing this project

README

          

# The bisq-network GitHub organization

## Our label prefix scheme for GitHub Issues

Generally speaking, labels across all repositories in the @bisq-network GitHub organization conform to the following prefix scheme:

- `a` / `an`: indicates the _type_ of issue being dealt with, e.g. `a:bug`, `a:feature`, `a:meeting`, `an:idea`
- `in`: indicates what subsystem or module of a codebase the issue is located in, e.g. `in:UI`, `in:network`, `in:arbitration`
- `on`: indicates which specific operating systems an issue applies to, e.g. `on:macOS`, `on:Linux`, `on:Windows`
- `re`: indicates which cross-cutting concerns and external dependencies an issue regards, e.g. `re:privacy`, `re: testing`, `re:Tor`, `re:Bitcoin`
- `was`: indicates why an issue was closed, if it was closed for any other reason than being complete/fixed, e.g. `was:duplicate`, `was:moved`, `was:superseded`