An open API service indexing awesome lists of open source software.

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

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!

[![Get it on the Apple App Store](https://developer.apple.com/app-store/marketing/guidelines/images/badge-example-preferred.png)](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!