├── .github ├── ISSUE_TEMPLATE │ └── call.md └── workflows │ └── calendar.yml └── README.md /.github/ISSUE_TEMPLATE/call.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btcpayserver/organization/HEAD/.github/ISSUE_TEMPLATE/call.md -------------------------------------------------------------------------------- /.github/workflows/calendar.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btcpayserver/organization/HEAD/.github/workflows/calendar.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btcpayserver/organization/HEAD/README.md --------------------------------------------------------------------------------