Thank you for your interest in contributing to the SuperSwiftMarkup projects! Contributions are welcome and greatly appreciated. By contributing, you help make this project even better.
Please take a moment to review the guidelines below before submitting your contribution.
-
Fork the Repository
- Start by forking the repository to your GitHub account.
-
Clone the Repository
- Clone your fork to your local machine:
git clone https://github.com/your-username/superswiftmarkup.git
- Clone your fork to your local machine:
-
Create a Branch
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Create a new branch for your feature or bug fix:
-
Make Changes
- Implement your changes locally and commit them with clear commit messages:
git commit -m "Add: Description of changes"
- Implement your changes locally and commit them with clear commit messages:
-
Push Changes
- Push your branch to your fork:
git push origin feature/your-feature-name
- Push your branch to your fork:
-
Open a Pull Request
- Submit a pull request (PR) to the main repository. Ensure that your PR includes a detailed description of your changes and references any related issues if applicable.
Before your contributions can be accepted, you must agree to the terms of our Contributor License Agreement (CLA). The CLA ensures that the ownership of your contributions is properly managed and grants the Owner the rights to license the work commercially if needed.
Please read and agree to the CLA before submitting any contributions.
By submitting a pull request, you signify your agreement to the terms outlined in the CLA.
If you have any questions or need assistance, feel free to reach out:
Colbyn Wadman
Email: hello@colbyn.com
Thank you for contributing to the SuperSwiftMarkup projects!