Contributing
January 27, 2023 ยท View on GitHub
Contributions are always welcome by submitting pull requests on GitHub!
Before Submitting a Pull Request
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.
-
Sync any out-of-sync files.
-
Review any Git pending changes.
-
Commit valid Git pending changes to your branch.
-
Submit your pull request.
Submitting a Pull Request
Target Branch
Pull requests must use the develop branch as the target branch.
Title
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.