Skip to content

Commit c92fea5

Browse files
committedJul 27, 2018
Welcome to the world, Sentinel
0 parents  commit c92fea5

File tree

386 files changed

+40030
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+40030
-0
lines changed
 

‎.circleci/config.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/openjdk:8-jdk
6+
7+
working_directory: ~/sentinel
8+
9+
environment:
10+
MAVEN_OPTS: -Xmx3200m
11+
12+
steps:
13+
- checkout
14+
15+
# Run tests
16+
- run: mvn integration-test

‎.github/ISSUE_TEMPLATE.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!-- Here is for bug reports and feature requests ONLY!
2+
3+
If you're looking for help, please check our mail list and the Gitter room.
4+
-->
5+
6+
## Issue Description
7+
8+
Type: *bug report* or *feature request*
9+
10+
### Describe what happened (or what feature you want)
11+
12+
13+
### Describe what you expected to happen
14+
15+
16+
### How to reproduce it (as minimally and precisely as possible)
17+
18+
1.
19+
2.
20+
3.
21+
22+
### Tell us your environment
23+
24+
25+
### Anything else we need to know?
26+
27+
28+

0 commit comments

Comments
 (0)