Awesome
Basic Car Maintenance
Welcome to my open source app! At this moment it's a work in progress, but it will be ready for contributors for Hacktoberfest! Use this app to gain experience getting started in open source for iOS and macOS development using Swift!
Getting Started
- Read the Code of Conduct
- Read the CONTRIBUTING.md guidelines
- Download Xcode 15 or later, and macOS 14.0 or later
- Browse the open issues and comment which you would like to work on
- It is only one person per issue, except where noted.
- Fork this repo
- Clone the repo to your machine
- In the same folder that contains the
Basic-Car-Maintenance.xcconfig.template
, run this command to create a new Xcode configuration file (which properly sets up the signing information)
cp Basic-Car-Maintenance.xcconfig.template Basic-Car-Maintenance.xcconfig
-
Fill in your
DEVELOPMENT_TEAM
, no spaces.- Example:
DEVELOPMENT_TEAM = IdNumber
- You can find this by logging into the Apple Developer Portal
- Example:
-
Build the project
-
Checkout a new branch (from the
dev
branch) to work on an issue
Contributing
To start contributing, review CONTRIBUTING.md. New contributors are always welcome to support this project. Issues labeled good-first-issue
are great for beginners.
:eyes: Please be sure to comment on an issue you'd like to work on and Mikaela Caron, the maintainer of this project, will assign it to you! You can only work on ONE issue at a time.
Checkout any issue labeled hacktoberfest
to start contributing.
Contributors
<a href="https://github.com/mikaelacaron/Basic-Car-Maintenance/graphs/contributors"> <img src="https://contrib.rocks/image?repo=mikaelacaron/Basic-Car-Maintenance" /> </a>Made with contrib.rocks.
Star History
<a href="https://star-history.com/#mikaelacaron/Basic-Car-Maintenance&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=mikaelacaron/Basic-Car-Maintenance&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=mikaelacaron/Basic-Car-Maintenance&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=mikaelacaron/Basic-Car-Maintenance&type=Date" /> </picture> </a>License
This project is licensed under Apache 2.0.