Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some other additional files
  • Loading branch information
cbrnrd committed Sep 30, 2018
1 parent b3df22f commit 1d01a14
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,17 @@
<!-- Thanks for filing an issue! Please use this template to provide more context for the issue . -->

**Description of the issue**:

**Expected behavior**:

**Steps to reproduce**: <!-- Please provide a minimal and precise series of steps -->

**Output of `crystal env`**:

**OS Information**:


**Additional Information**: <!-- Any additional information that may be helpful -->


<!-- Thanks for contributing! -->
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
/docs/
/lib/
/bin/gpm
/.shards/
*.dwarf

# Libraries don't need dependency lock
# Dependencies will be locked in application that uses them
/shard.lock
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: crystal

install:
- make deps
script:
- crystal env
- make build

0 comments on commit 1d01a14

Please sign in to comment.