EndemolShineGroup/generator-nodejs-ts

View on GitHub
src/github/files.ts

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  common: [
    '_github/PULL_REQUEST_TEMPLATE.md',
    '_github/settings.yml',
    'CODEOWNERS',
  ],
  private: [],
  public: [
    '_github/ISSUE_TEMPLATE/bug_report.md',
    '_github/ISSUE_TEMPLATE/feature_request.md',
    '_github/ISSUE_TEMPLATE/documentation_improvement.md',
  ],
};