Skip to content

Commit

Permalink
Add Travis CI config and PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmadKabakibi committed Feb 16, 2019
1 parent a689f40 commit efd41a6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- 'stable'
cache:
directories:
- node_modules
script:
- yarn lint
- yarn format
- yarn test
- yarn validate
- yarn build
19 changes: 19 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Pull Request

## What does this PR do

- [ ] Implemented stuff
- [ ] Built some more stuff
- [ ] ...

## Where should the reviewer start

## How should this be tested

## Any background context you want to provide

## What are the relevant tickets

## Definition of Done (remove if not applicable)

- [ ] Unit Tests are green

0 comments on commit efd41a6

Please sign in to comment.