Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.92 KB

File metadata and controls

62 lines (41 loc) · 1.92 KB

Contributing to the SuperSwiftMarkup Projects

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.


How to Contribute

  1. Fork the Repository

    • Start by forking the repository to your GitHub account.
  2. Clone the Repository

    • Clone your fork to your local machine:
      git clone https://github.com/your-username/superswiftmarkup.git
  3. Create a Branch

    • Create a new branch for your feature or bug fix:
      git checkout -b feature/your-feature-name
  4. Make Changes

    • Implement your changes locally and commit them with clear commit messages:
      git commit -m "Add: Description of changes"
  5. Push Changes

    • Push your branch to your fork:
      git push origin feature/your-feature-name
  6. 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.

Contributor License Agreement (CLA)

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.


Need Help?

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!