- Fork the repository to your own GitHub account
- Clone the forked repository to your local machine
- If using Xcode, use from Xcode 15 or newer
- Run ./scripts/run-signed.sh from the root of your repository
./scripts/run-signed.sh list
- Go to the Issue page of the repository
- Click on the "New Issue" button
- Provide a descriptive title and detailed description of the issue or enhancement you're suggesting
- Submit the issue
- Code should follow camel case
- Code should follow SwiftFormat guidelines. You can auto-format the code by running the following command:
swift package plugin --allow-writing-to-package-directory swiftformat --cache ignore .
- Provide a detailed description of the changes you made in the pull request
- Wait for pull request to be reviewed
- Make adjustments if necessary