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
Copy file name to clipboardExpand all lines: Logbook.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 2024-06-06
2
+
3
+
### Structuring repository for Open-source
4
+
5
+
* Added basic instructions for [Code of conduct](CODE-OF-CONDUCT.md), [Contribution](CONTRIBUTING.md) guidelines, and some [coding standards](CODING-STANDARDS.md).
6
+
* Restructured code to merge `leios` and `leios-sim` package in a single one as it's pointless to maintain to different simulators
7
+
* In passing, I reformatted all code following new coding standards (eg. using fourmolu), including cabal files
0 commit comments