Contributions are always welcome by submitting pull requests on GitHub!
Before submitting a pull request, we must make sure that:
- All modified items are serialized.
- The GraphQL introspection data is updated if there were changes to templates or fields.
- Changes made to specific files are synced to all files with the same name across the projects.
This can be done by:
-
Ensuring the containers are running.
-
Running the script:
.\pre-pr-updates.ps1
-
Review console messages.
-
Review any Git pending changes.
-
Commit valid Git pending changes to your branch.
-
Submit your pull request.
Pull requests must use the develop
branch as the target branch.
Please provide a complete title that explains what is the PR adding, fixing, or removing. This title will be used as the squash merge commit message.