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
| Logical Analyzer | Captures and displays signals from digital system | ✓ |
75
+
| Wave Generator | Generates arbitrary analog and digital waveforms | ✓ |
76
+
| Power Source | Generates programmable voltage and currents | ✓ |
77
+
| Lux Meter | Measures the ambient light intensity | ✓ |
71
78
72
79
73
80
## How to set up the Android app in your development environment
@@ -122,6 +129,39 @@ Please help us follow the best practice to make it easy for the reviewer as well
122
129
* The pull request will not get merged until and unless the commits are squashed. In case there are multiple commits on the PR, the commit author needs to squash them and not the maintainers cherrypicking and merging squashes.
123
130
* If the PR is related to any front end change, please attach relevant screenshots in the pull request description.
124
131
132
+
#### How to `git squash`?
133
+
134
+
As a tip for new developers those who struggle with squashing commits into one, multiple commits may appear in your pull request mostly due to following reasons.
135
+
136
+
* Intentionally adding multiple commit messages after each change without just `git add`ing.
137
+
* Updating the current branch with the remote so a merge commit takes place.
138
+
139
+
Despite any reason, follow the steps given below to squash all commits into one adhering to our best practices.
140
+
141
+
* Setup remote to upstream branch if not set before;
0 commit comments