Skip to content

Commit

Permalink
[master] - 'Add basic README, no need to worry about carthage support…
Browse files Browse the repository at this point in the history
… just yet and remove cocoapods install from travis build - TT'
  • Loading branch information
Tyler-Keith-Thompson committed Sep 3, 2019
1 parent 21b18d9 commit 848411e
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 2 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
- XCode Version: [e.g. XCode 10.2]
- CucumberSwift Version: [e.g. 2.1.24]
- Example Feature File (if applicable)
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Fixes #

## Proposed Changes

-
-
-
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ xcode_scheme: Workflow
xcode_destination: platform=iOS Simulator,name=iPhone 8
if: tag IS blank
before_install:
- gem install cocoapods && pod install --repo-update
- pod install --repo-update
deploy:
provider: script
script: carthage build --no-skip-current && ./deploy_pod.sh
script: ./deploy_pod.sh
on:
branch: master
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![Build Status](https://img.shields.io/travis/com/Tyler-Keith-Thompson/Workflow.svg?style=popout) ![Pod Platform](https://img.shields.io/cocoapods/p/DynamicWorkflow.svg?style=popout) ![Pod Version](https://img.shields.io/cocoapods/v/DynamicWorkflow.svg?style=popout)

### Welcome to Workflow!
Workflow is a library meant to handle complex user flows in iOS applications.

MORE DETAIL TO COME SOON

0 comments on commit 848411e

Please sign in to comment.