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: .github/copilot-instructions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ The linter is powered by `rubocop` with its config file located at `.rubocop.yml
73
73
- The use of whitespace (newlines) over compactness of files.
74
74
- Naming of variables and methods that lead to expressions and blocks reading more like English sentences.
75
75
- Less lines of code over more. Keep changes minimal and focused.
76
+
- The `docs/design.md` file is the main design document for the project. It might be out-of-date but it should still contain a general high-level overview of the project.
0 commit comments