Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
feat(one-app-router): release one-app-router to oss
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead authored and Michael A Tomcal committed Dec 4, 2019
1 parent 04b9069 commit 12e4bfb
Show file tree
Hide file tree
Showing 108 changed files with 15,854 additions and 14,182 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/*
/es
/lib
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a bug report for one-app-router
---

# 🐞 Bug Report

## Describe the bug

A clear and concise description of what the bug is.

## To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

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.

## System information

- OS: [e.g. macOS, Windows]
- Browser (if applies) [e.g. chrome, safari]
- Version of one-app-router: [e.g. 5.0.0]
- Node version:[e.g 10.15.1]

## Additional context

Add any other context about the problem here.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature request
about: Create a feature request for one-app-router
---

# 💡 Feature request

## Is your feature request related to a problem? Please describe

A clear and concise description of what you want and what your use case is.

## Example

Please include a basic code example of the new feature. Skip this section if not applicable.

## 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.💡
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ lerna-debug.log
coverage
packages
website
*.tgz
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
30 changes: 14 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
sudo: false
language: node_js
node_js:
- stable
cache:
directories:
- node_modules
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_success:
- node_modules/.bin/codecov
branches:
only:
- master
- next
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js:
- 10
- 12
deploy:
on:
branch: master
provider: script
skip_cleanup: true
script:
- npx semantic-release
Loading

0 comments on commit 12e4bfb

Please sign in to comment.