Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.22 KB

File metadata and controls

35 lines (24 loc) · 1.22 KB

Contributing to iOSArchKit

Thank you for your interest in contributing! 🚀 We welcome all contributions, from bug fixes to new features.

How to Contribute

  1. Fork the repository

    • Click the "Fork" button on the top right of the repo to create your own copy.
  2. Clone your fork

    • Use git clone to clone your forked repository and navigate to the project directory.
  3. Create a new branch

    • Name your branch descriptively, based on the feature or fix you are working on.
  4. Make changes & commit

    • Keep commits clean and descriptive.
    • Follow the existing code style and conventions.
  5. Push the branch to GitHub

    • Push your local branch to your forked repository.
  6. Create a Pull Request (PR)

    • Go to your fork on GitHub.
    • Click Compare & pull request.
    • Describe your changes and submit the PR.

Code Style

  • Follow Swift Style Guide for consistency.
  • Ensure your code is properly formatted before submitting.

Reporting Issues

If you find a bug or have a feature request, open an issue.

Happy coding! 🎉