├── .github └── ISSUE_TEMPLATE │ ├── I-want-to-request-a-commercial.md │ ├── copyright-report.md │ ├── i-want-to-submit-a-commercial-s-upgrade.md │ ├── i-want-to-submit-a-new-commercial-s.md │ └── theres-a-editing-issue-.md ├── Changelog ├── Local-(USA)-Commercials ├── News.md └── README.md /.github/ISSUE_TEMPLATE/I-want-to-request-a-commercial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/.github/ISSUE_TEMPLATE/I-want-to-request-a-commercial.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/copyright-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/.github/ISSUE_TEMPLATE/copyright-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/i-want-to-submit-a-commercial-s-upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/.github/ISSUE_TEMPLATE/i-want-to-submit-a-commercial-s-upgrade.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/i-want-to-submit-a-new-commercial-s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/.github/ISSUE_TEMPLATE/i-want-to-submit-a-new-commercial-s.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/theres-a-editing-issue-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/.github/ISSUE_TEMPLATE/theres-a-editing-issue-.md -------------------------------------------------------------------------------- /Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/Changelog -------------------------------------------------------------------------------- /Local-(USA)-Commercials: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/Local-(USA)-Commercials -------------------------------------------------------------------------------- /News.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/News.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binarygeek119/Open-Commercial-Pack/HEAD/README.md --------------------------------------------------------------------------------