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
Now you can run your configuration "ALL FXGL TESTS" which runs tests from all modules.
59
60
60
-
**Note:** if you encounter errors, such as "Cannot create process = 206", go to Edit Configurations again and clear the "working directory" text field.
61
-
62
61
## Coding Standards
63
62
64
63
The project uses the following guidelines:
@@ -74,7 +73,7 @@ If in doubt, skim through the existing source code to get a feel for it.
74
73
75
74
## Conventional Commits for Changelogs
76
75
77
-
From version 17, the project uses the following commit message guidelines to auto-generate changelogs, based on [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/):
76
+
The project uses the following commit message guidelines to auto-generate changelogs, mostly based on [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/):
78
77
79
78
***build: message** -- change affects the build system, configuration files, scripts, or external dependencies
0 commit comments