diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..7358205 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +_Eppo Internal:_ + +[//]: # (Link to the issue corresponding to this chunk of work) +:tickets: Fixes __issue__ +:scroll: Design Doc: __link if applicable__ + +## Motivation and Context +[//]: # (Why is this change required? What problem does it solve?) + +## Description +[//]: # (Describe your changes in detail) + +## How has this been documented? +[//]: # (Please describe how you documented the developer impact of your changes; link to PRs or issues or explain why no documentation changes are required) + +## How has this been tested? +[//]: # (Please describe in detail how you tested your changes) diff --git a/.github/workflows/memory-profile-compare.yml b/.github/workflows/memory-profile-compare.yml index e030b79..70573b4 100644 --- a/.github/workflows/memory-profile-compare.yml +++ b/.github/workflows/memory-profile-compare.yml @@ -35,7 +35,7 @@ jobs: cat memory-profile-comparison.text - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: memory-profiles path: |