Skip to content

Commit 89fa74d

Browse files
authored
Use the same template as the UIKit repository (#782)
1 parent dedcf2f commit 89fa74d

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,36 @@
1-
### 🔗 Issue Link
2-
_Jira or Github issue link, if applicable._
1+
### 🔗 Issue Links
2+
3+
_Provide all Linear and/or Github issues related to this PR, if applicable._
34

45
### 🎯 Goal
56

67
_Describe why we are making this change._
78

9+
### 📝 Summary
10+
11+
_Provide bullet points with the most important changes in the codebase._
12+
813
### 🛠 Implementation
914

10-
_Provide a description of the implementation._
15+
_Provide a detailed description of the implementation and explain your decisions if you find them relevant._
16+
17+
### 🎨 Showcase
1118

12-
### 🧪 Testing
19+
_Add relevant screenshots and/or videos/gifs to easily see what this PR changes, if applicable._
1320

14-
_Describe the steps how this change can be tested (or why it can't be tested)._
21+
| Before | After |
22+
| ------ | ----- |
23+
| img | img |
1524

16-
### 🎨 Changes
25+
### 🧪 Manual Testing Notes
1726

18-
_Add relevant screenshots or videos showcasing the changes._
27+
_Explain how this change can be tested manually, if applicable._
1928

20-
### ☑️ Checklist
29+
### ☑️ Contributor Checklist
2130

2231
- [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required)
32+
- [x] This change should be manually QAed
2333
- [ ] Changelog is updated with client-facing changes
34+
- [ ] Changelog is updated with new localization keys
2435
- [ ] New code is covered by unit tests
25-
- [ ] Affected documentation updated (docusaurus, tutorial, CMS (task created)
36+
- [ ] Documentation has been updated in the `docs-content` repo

0 commit comments

Comments
 (0)