├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ └── issue_template.md └── README.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpc-clone/bpc_firefox_support/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpc-clone/bpc_firefox_support/HEAD/.github/ISSUE_TEMPLATE/issue_template.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpc-clone/bpc_firefox_support/HEAD/README.md --------------------------------------------------------------------------------