├── .github ├── ISSUE_TEMPLATE.TXT └── workflows │ └── lock.yml ├── LICENSE └── README.MD /.github/ISSUE_TEMPLATE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoMeow/QuickReports/HEAD/.github/ISSUE_TEMPLATE.TXT -------------------------------------------------------------------------------- /.github/workflows/lock.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoMeow/QuickReports/HEAD/.github/workflows/lock.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoMeow/QuickReports/HEAD/LICENSE -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoMeow/QuickReports/HEAD/README.MD --------------------------------------------------------------------------------