Skip to content

Commit

Permalink
Update some docs
Browse files Browse the repository at this point in the history
1. Add a pr template
2. fixed an error in README
3. fixed a wrong complie command in ci for ServiceFramework
  • Loading branch information
RebieKong committed Nov 21, 2018
1 parent a953295 commit a1cd213
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# What changes were proposed in this pull request?
- [ ] Finshed changes describe

# How was this patch tested?
- [ ] Testing done

# Spark Core Compatibility
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install: true
before_install: [
"git clone https://github.com/allwefantasy/ServiceFramework.git allwefantasy/ServiceFramework",
"cd allwefantasy/ServiceFramework",
"mvn install -Pscala-2.11 -Pjetty-9 -Pweb-include-jetty-9 > /dev/null 2>&1",
"mvn install -DskipTests -Pjetty-9 -Pweb-include-jetty-9 > /dev/null 2>&1",
"cd ../.."
]

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This guide document introduce [how to contribute to MLSQL](https://github.com/al

## Get PreBuild Distribution

[Releases Page]()
You also can refer this: [Compile Assistance](http://streamingpro.rebiekong.com/index.html)
[Releases Page](https://github.com/allwefantasy/streamingpro/releases)
You also can refer this: [Compile Assistance](https://streamingpro.rebiekong.com/index.html)

## Build Distribution

Expand Down

0 comments on commit a1cd213

Please sign in to comment.