diff --git a/.github/BLOG_POST_PULL_REQUEST_TEMPLATE.md b/.github/BLOG_POST_PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..505179d --- /dev/null +++ b/.github/BLOG_POST_PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ + + +## Motivation And Context +### Key Message + + +### Target Audience + + +## Current Status + +- [ ] Topic defined (working title, key message) +- [ ] Audience defined +- [ ] Content outline created +- [ ] Assets (images, illustrations, code samples, etc.) created +- [ ] Draft for each paragraph including introduction and conclusion written +- [ ] Header image created +- [ ] Title finalized +- [ ] Keywords added +- [ ] Blog post is ready for final review + +## Declaration Of Sources +- [ ] I have given adequate reference to all external sources I've used + (e.g. images, illustrations, quotations from other blogs and publications, etc.) diff --git a/.github/DEVELOPMENT_PULL_REQUEST_TEMPLATE.md b/.github/DEVELOPMENT_PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..90c1183 --- /dev/null +++ b/.github/DEVELOPMENT_PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,45 @@ + + +## Description + + +## Related Issue +- Fixes +- Part of + +## Motivation And Context + + +## How Has This Been Tested? + +- test environment: +- test case 1: +- test case 2: + +## Screenshots (If Appropriate): + +## Types Of Changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Technical debt +- [ ] Tests +- [ ] Documentation +- [ ] Maintenance (e.g. dependency updates or tooling) + +## Checklist: +- [ ] Code changes +- [ ] Unit tests added +- [ ] Acceptance tests added +- [ ] Documentation updated + +## Open tasks: + +- [ ] ... diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..58c3379 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +Please go the the `Preview` tab and select the appropriate PR template: + +* [submitting a PR for a blog post](?expand=1&template=BLOG_POST_PULL_REQUEST_TEMPLATE.md) +* [submitting a PR for some development improvements in our blog](?expand=1&template=DEVELOPMENT_PULL_REQUEST_TEMPLATE.md)