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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
#### **Do you intend to add a new feature or change an existing one?**
18
18
19
-
* Suggest your change in the [GitHub Discussions Ideas](https://github.com/orgs/WarMatrixAI/discussions/categories/ideas) before writing extensive code.
19
+
* Suggest your change in [GitHub Discussions Ideas](https://github.com/orgs/WarMatrixAI/discussions/categories/ideas) before writing extensive code.
20
20
21
21
* Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes. When you do submit a PR for a feature, make sure to select the [✨ New Feature Template](https://github.com/WarMatrixAI/WarMatrix/tree/main/.github/PULL_REQUEST_TEMPLATE/feature.md).
Copy file name to clipboardExpand all lines: GEMINI.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
- Always follow existing patterns found in the codebase.
15
15
- Do not run terminal command lines containing `cd`. Execute all scripts and commands from the project workspace root directory.
16
16
- Preserve existing comments and docstrings when modifying files.
17
-
- Resolve active TypeScript compilation errors before finishing tasks. Reference [errors.txt](file:///c:/Users/FIDO/GitHub/WarMatrix/errors.txt) and [compile_errors.txt](file:///c:/Users/FIDO/GitHub/WarMatrix/compile_errors.txt) to verify type safety.
17
+
- Resolve active TypeScript compilation errors before finishing tasks.
18
18
- Keep the continuous coordinate system as floating-point numbers. Never regress coordinates back to discrete integer grids.
19
19
- Ensure all API endpoints conform strictly to the specified data models and JSON payload formats.
0 commit comments