Skip to content

Commit b9eedab

Browse files
authored
Create pull_request_template.md (#73)
* Create pull_request_template.md
1 parent acb0960 commit b9eedab

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
_Eppo Internal:_
2+
3+
[//]: # (Link to the issue corresponding to this chunk of work)
4+
:tickets: Fixes __issue__
5+
:scroll: Design Doc: __link if applicable__
6+
7+
## Motivation and Context
8+
[//]: # (Why is this change required? What problem does it solve?)
9+
10+
## Description
11+
[//]: # (Describe your changes in detail)
12+
13+
## How has this been documented?
14+
[//]: # (Please describe how you documented the developer impact of your changes; link to PRs or issues or explain why no documentation changes are required)
15+
16+
## How has this been tested?
17+
[//]: # (Please describe in detail how you tested your changes)

.github/workflows/memory-profile-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cat memory-profile-comparison.text
3636
3737
- name: Upload artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: memory-profiles
4141
path: |

0 commit comments

Comments
 (0)