https://github.com/frontendmasters/ios-issues
Repository for managing publicly reported issues with the Frontend Masters iOS App
https://github.com/frontendmasters/ios-issues
Last synced: 28 days ago
JSON representation
Repository for managing publicly reported issues with the Frontend Masters iOS App
- Host: GitHub
- URL: https://github.com/frontendmasters/ios-issues
- Owner: FrontendMasters
- Created: 2018-06-19T19:48:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T15:23:18.000Z (over 7 years ago)
- Last Synced: 2025-08-23T06:34:52.218Z (7 months ago)
- Homepage: https://itunes.apple.com/us/app/frontend-masters/id1383780486?ls=1&mt=8
- Size: 4.88 KB
- Stars: 13
- Watchers: 18
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Frontend Masters iOS App 📲](https://itunes.apple.com/us/app/frontend-masters/id1383780486?ls=1&mt=8) Public Issues Repository
- Save videos to your iPhone or iPad! Watch on-the-go, on or offline 📲 🚂 ✈️ (on the plane, or a train, or in space)
- Access to our entire course catalog and new courses as they’re released.
- Never lose where you’ve left off — progress syncs online and offline!
[](https://itunes.apple.com/us/app/frontend-masters/id1383780486?ls=1&mt=8)
# iOS Issue Reporting Guidelines
Hello and welcome to the Frontend Masters iOS issue repository! Please follow some simple guidelines for reporting issues.
* Before reporting, please check the [existing issues](https://github.com/FrontendMasters/ios-issues/issues) to make sure we're not creating duplicates.
* If the issue is already present, please add your experience to the existing issue
* Use the template below when creating a new issue
## Issue Title
Be as descriptive as possible when creating the issue title.
Less helpful:
> Can't watch video!
More helpful:
> The video player freezes after pausing a downloaded lesson
## Issue Description
### Preconditions
Example:
```
Device: iPhone X, iOS version 11.0
1. Connected to wifi
2. Logged in
3. Previously had watched first two lessons of the course, "Fundamentals to Functional."
```
### Steps to Reproduce
The most import part.
```
Example:
1. Log in
2. Navigate to Courses Index
3. Tap "Fundamentals to Functional" Course
```
### Actual and Expected Result
To make sure we're all on the same page, it helps if you let us know what you were expecting.
Example:
```
Expected:
The Course would start playing at third lesson
Actual:
The Course started playing at first lesson
```
### Additional Information
Add any other information you think will be helpful. Screenshots are great!