├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feedback.md ├── ISSUE_TEMPLATE.md ├── ISSUE_TEMPLATE ├── BUG_TEMPLATE.md └── ISSUE_TEMPLATE.md ├── PULL_REQUEST_TEMPLATE └── README.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/top-gg/issues/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feedback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/top-gg/issues/HEAD/.github/ISSUE_TEMPLATE/feedback.md -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/top-gg/issues/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /ISSUE_TEMPLATE/BUG_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/top-gg/issues/HEAD/ISSUE_TEMPLATE/BUG_TEMPLATE.md -------------------------------------------------------------------------------- /ISSUE_TEMPLATE/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/top-gg/issues/HEAD/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /PULL_REQUEST_TEMPLATE: -------------------------------------------------------------------------------- 1 | pls dont send pull requests 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/top-gg/issues/HEAD/README.md --------------------------------------------------------------------------------