diff --git a/.github/sync.yml b/.github/sync.yml index 8492b5b..bed0b24 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -30,6 +30,9 @@ group: - source: sync-templates/.editorconfig dest: .editorconfig + - source: sync-templates/.github/pull_request_template.md + dest: .github/pull_request_template.md + - source: sync-templates/.github/linters/.markdownlint.yml dest: .github/linters/.markdownlint.yml diff --git a/sync-templates/.github/pull_request_template.md b/sync-templates/.github/pull_request_template.md new file mode 100644 index 0000000..6f0b6b3 --- /dev/null +++ b/sync-templates/.github/pull_request_template.md @@ -0,0 +1,30 @@ + + +## Summary + + + +## Reason for change + + + +Fixes # + +## How to test + + + +## File change summary + + + +| File | Summary of change | +| ---- | ----------------- | +| | |