Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.23 KB

File metadata and controls

57 lines (39 loc) · 1.23 KB

Contributing to MacNewFile

Thanks for your interest in contributing to MacNewFile!

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally:
    git clone https://github.com/GarfieldFluffJr/MacNewFile.git
  3. Open the project in Xcode

Development Requirements

  • macOS 13.0+
  • Xcode 14.0+
  • Swift 5.0+

Making Changes

  1. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  2. Make your changes and test them locally

  3. Commit your changes with a clear message:

    git commit -m "Add: description of your changes"
  4. Push to your fork:

    git push origin feature/your-feature-name
  5. Open a Pull Request on the main repository

Pull Request Guidelines

  • Keep PRs focused on a single feature or fix
  • Test your changes on your own Mac before submitting
  • Describe what your PR does and why

Reporting Issues

Found a bug or have a feature request? Open an issue with:

  • A clear description of the problem or feature
  • Steps to reproduce (for bugs)
  • Your macOS version

Questions?

Feel free to reach out at louieyin6@gmail.com