projen / projen

Rapidly build modern applications with advanced configuration management
https://projen.io
Apache License 2.0
2.53k stars 362 forks source link

feat(github): add support for github issue templates #3648

Open kennyg opened 2 weeks ago

kennyg commented 2 weeks ago

adds support for github issue templates. Closes #3567. Tested this by setting up a local project and adding this snippet to the .projenrc.ts

new IssueTemplate(project.github!, {
  templates: {
    'bug-report.md': '<!-- Bug report template content -->',
    'feature-request.yml': '<!-- Feature request template content -->',
  },
});

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.38%. Comparing base (ad20d2c) to head (912ab2a). Report is 112 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3648 +/- ## ========================================== + Coverage 96.34% 96.38% +0.03% ========================================== Files 192 195 +3 Lines 37696 38200 +504 Branches 3524 3571 +47 ========================================== + Hits 36320 36819 +499 - Misses 1376 1381 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.