├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── free-form.md └── README.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/checkra1n/BugTracker/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/free-form.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/checkra1n/BugTracker/HEAD/.github/ISSUE_TEMPLATE/free-form.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/checkra1n/BugTracker/HEAD/README.md --------------------------------------------------------------------------------