├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── item-data-correction.md ├── PatchPreview.png └── README.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemakePlace/app/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/item-data-correction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemakePlace/app/HEAD/.github/ISSUE_TEMPLATE/item-data-correction.md -------------------------------------------------------------------------------- /PatchPreview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemakePlace/app/HEAD/PatchPreview.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemakePlace/app/HEAD/README.md --------------------------------------------------------------------------------