Thanks for your interest in contributing to MacNewFile!
- Fork the repository on GitHub
- Clone your fork locally:
git clone https://github.com/GarfieldFluffJr/MacNewFile.git
- Open the project in Xcode
- macOS 13.0+
- Xcode 14.0+
- Swift 5.0+
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make your changes and test them locally
-
Commit your changes with a clear message:
git commit -m "Add: description of your changes" -
Push to your fork:
git push origin feature/your-feature-name
-
Open a Pull Request on the main repository
- 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
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
Feel free to reach out at louieyin6@gmail.com