You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
* Add PR description CI check and improve the PR template
* Add it to the ci_actions_test.yml
* Run the check also on PR open
* And reopened
* Rename check
* Implement Main.kt
* Fix workflow
* Add CI troubleshooting docs
* WIP: Fix the workflow
* Fix the workflow
* Fix Detekt issues
* Simplify the PR template
* Expand the workflow trigger
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,19 @@ Please check if your pull request fulfills the following requirements:
6
6
-[ ] I confirm that I've run the code locally and everything works as expected.
7
7
-[ ] My PR includes only the necessary changes to fix the issue (i.e., no unnecessary files or lines of code are changed).
8
8
-[ ] 🎬 I've attached a **screen recording** of using the new code to the next paragraph (if applicable).
9
+
9
10
## Screen recording of interacting with your changes:
10
11
<!--💡 Tip: Drag & drop the video here. 💡-->
11
12
12
13
## What's changed?
13
14
Describe with a few bullets **what's new:**
14
-
<!--💡 Tip: After each more important point leave one line empty and show your changes in markdown table with screenshots or screen recordings replacing {media}. In the end, it should look like this: 💡-->
15
15
- I've fixed...
16
16
17
17
Before|After
18
-
---------|---------
18
+
---|---
19
19
{media}|{media}
20
20
{media}|{media}
21
-
- ...
22
-
- ...
21
+
23
22
## Risk factors
24
23
**What may go wrong if we merge your PR?**
25
24
- ...
@@ -28,12 +27,16 @@ Before|After
28
27
**In what cases won't your code work?**
29
28
- ...
30
29
- ...
31
-
## Does this PR close any GitHub issues?
30
+
31
+
## Does this PR close any GitHub issues? (do not delete)
32
32
- Closes #{ISSUE_NUMBER}
33
+
33
34
<!--❗For example: - Closes #123 ❗-->
34
-
<!--💡 Tip: Replace {ISSUE_NUMBER} with the number of Ivy Wallet ISSUE (https://github.com/Ivy-Apps/ivy-wallet/issues)(❗NOT PR❗) which this pull request fixes. If done correctly, you'll see the issue title linked on PR preview. 💡-->
35
+
<!--⚠️ If done correctly, you'll see the issue title linked on the PR preview. ⚠️-->
Please check if your pull request fulfills the following requirements:
63
+
<!--💡 Tip: Tick checkboxes like this: [x] 💡-->
64
+
- [ ] I've read the [Contribution Guidelines](https://github.com/Ivy-Apps/ivy-wallet/blob/main/CONTRIBUTING.md) and my PR doesn't break the rules.
65
+
- [ ] I've read and understand the [Developer Guidelines](https://github.com/Ivy-Apps/ivy-wallet/blob/main/docs/Guidelines.md).
66
+
- [ ] I confirm that I've run the code locally and everything works as expected.
67
+
- [ ] My PR includes only the necessary changes to fix the issue (i.e., no unnecessary files or lines of code are changed).
68
+
- [ ] 🎬 I've attached a **screen recording** of using the new code to the next paragraph (if applicable).
69
+
## Screen recording of interacting with your changes:
70
+
<!--💡 Tip: Drag & drop the video here. 💡-->
71
+
72
+
## What's changed?
73
+
Describe with a few bullets **what's new:**
74
+
<!--💡 Tip: After each more important point leave one line empty and show your changes in markdown table with screenshots or screen recordings replacing {media}. In the end, it should look like this: 💡-->
75
+
- I've fixed...
76
+
77
+
Before|After
78
+
---------|---------
79
+
{media}|{media}
80
+
{media}|{media}
81
+
- ...
82
+
- ...
83
+
## Risk factors
84
+
**What may go wrong if we merge your PR?**
85
+
- ...
86
+
- ...
87
+
88
+
**In what cases won't your code work?**
89
+
- ...
90
+
- ...
91
+
## Does this PR close any GitHub issues? (do not delete)
92
+
- Closes #{ISSUE_NUMBER}
93
+
<!--❗For example: - Closes #123 ❗-->
94
+
<!--💡 Tip: Replace {ISSUE_NUMBER} with the number of Ivy Wallet ISSUE (https://github.com/Ivy-Apps/ivy-wallet/issues)(❗NOT PR❗) which this pull request fixes. If done correctly, you'll see the issue title linked on PR preview. 💡-->
Please check if your pull request fulfills the following requirements:
109
+
<!--💡 Tip: Tick checkboxes like this: [x] 💡-->
110
+
- [ ] I've read the [Contribution Guidelines](https://github.com/Ivy-Apps/ivy-wallet/blob/main/CONTRIBUTING.md) and my PR doesn't break the rules.
111
+
- [ ] I've read and understand the [Developer Guidelines](https://github.com/Ivy-Apps/ivy-wallet/blob/main/docs/Guidelines.md).
112
+
- [ ] I confirm that I've run the code locally and everything works as expected.
113
+
- [ ] My PR includes only the necessary changes to fix the issue (i.e., no unnecessary files or lines of code are changed).
114
+
- [ ] 🎬 I've attached a **screen recording** of using the new code to the next paragraph (if applicable).
115
+
116
+
## Screen recording of interacting with your changes:
117
+
<!--💡 Tip: Drag & drop the video here. 💡-->
118
+
119
+
## What's changed?
120
+
Describe with a few bullets **what's new:**
121
+
- I've fixed...
122
+
-
123
+
124
+
Before|After
125
+
---------|---------
126
+
{media}|{media}
127
+
{media}|{media}
128
+
129
+
## Risk factors
130
+
**What may go wrong if we merge your PR?**
131
+
- ...
132
+
- ...
133
+
134
+
**In what cases won't your code work?**
135
+
- ...
136
+
- ...
137
+
138
+
## Does this PR close any GitHub issues? (do not delete)
139
+
- Closes #123
140
+
141
+
<!--❗For example: - Closes #123 ❗-->
142
+
<!--💡 Tip: Replace {ISSUE_NUMBER} with the number of Ivy Wallet ISSUE (https://github.com/Ivy-Apps/ivy-wallet/issues)(❗NOT PR❗) which this pull request fixes. If done correctly, you'll see the issue title linked on PR preview. 💡-->
Copy file name to clipboardExpand all lines: docs/CI-Troubleshooting.md
+6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
If you see any of the PR checks failing (❌) go to [Actions](https://github.com/Ivy-Apps/ivy-wallet/actions) and find it there. Or simply click "Details" next to the failed check and explore the logs to see why it has failed.
4
4
5
+
## PR description check
6
+
7
+
It means that you didn't follow our [official PR template](../.github/PULL_REQUEST_TEMPLATE.md).
8
+
Update your PR description with all necessary information. You can also check the exact error by
9
+
clicking "Details" on the failing (❌) check.
10
+
5
11
## Detekt
6
12
[Detekt](https://detekt.dev/) is a static code analyzer for Kotlin that we use to enforce code readability and good practices.
0 commit comments