1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
{
"issues-new": {
"src": "badge/new-issue-yellowgreen.svg?logo=github",
"target": "gh:ghdl/ghdl/issues/new",
"alt": "Open new issue at GitHub" },
"new-pr": {
"src": "badge/new-pull--request-yellowgreen.svg?logo=github",
"target": "gh:ghdl/ghdl/compare/",
"alt": "Open new Pull Request (PR) at GitHub" },
"bug-report": {
"src": "badge/new-bug--report-yellowgreen.svg?logo=github",
"target": "gh:ghdl/ghdl/issues/new?template=bug_report.md",
"alt": "Open new bug report at GitHub" },
"feature-request": {
"src": "badge/new-feature--request-yellowgreen.svg?logo=github",
"target": "gh:ghdl/ghdl/issues/new?template=feature_request.md",
"alt": "Open new feature request at GitHub" },
"issues-open": {
"src": "github/issues/ghdl/ghdl.svg?logo=github",
"target": "gh:ghdl/ghdl/issues",
"alt": "Open issues" },
"issues-closed": {
"src": "github/issues-closed-raw/ghdl/ghdl.svg?logo=github",
"target": "gh:ghdl/ghdl/issues?q=is%3Aissue+is%3Aclosed",
"alt": "Closed issues" },
"issues-pr": {
"src": "github/issues-pr/ghdl/ghdl.svg?logo=github",
"target": "gh:ghdl/ghdl/pulls",
"alt": "Open pull requests" },
"issues-pr-closed": {
"src": "github/issues-pr-closed-raw/ghdl/ghdl.svg?logo=github",
"target": "gh:ghdl/ghdl/pulls",
"alt": "Closed pull requests" },
"contributors": {
"src": "github/contributors/ghdl/ghdl.svg?logo=github",
"target": "gh:ghdl/ghdl/graphs/contributors",
"alt": "Contributors" },
"gitter": {
"src": "badge/chat-on%20gitter-4db797.svg?logo=gitter&logoColor=4db797",
"target": "https://gitter.im/ghdl1/Lobby",
"alt": "Talk to us on Gitter" }
}
|