Skip to content

Commit d30c6c2

Browse files
add travis
1 parent a119a38 commit d30c6c2

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: java
2+
script:
3+
- mvn clean test
4+
5+
notifications:
6+
webhooks: https://www.travisbuddy.com/
7+
on_success: never
8+
on_failure: always

CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributing guidelines
2+
3+
## Before contributing
4+
5+
👏👏 Welcome to [examplehub/SpringBoot](https://github.com/examplehub/Java) ! Before sending your pull requests. Please make sure that you **read the whole guidelines**.
6+
7+
## Contributing
8+
9+
#### How to contribute
10+
1. Fork the project to your github account & clone locally computer.
11+
2. Create an upstream remote and sync your local copy before you branch.
12+
3. Branch for each separate piece of work.
13+
4. Do the work, write good commit messages, and read the CONTRIBUTING file.
14+
5. Push to your origin repository.
15+
6. Create a new PR in GitHub.
16+
7. Waiting to be review by the maintainers.
17+
18+
#### Code Style
19+
* Single letter variable names are old school so please avoid them unless their life only spans a few lines.
20+
* Make sure build success using `mvn clean test` command.
21+
* Please follow [Java naming conventions](https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html).
22+
23+
#### Thanks for your contribution 😊

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# spring-boot
1+
# Spring Boot Examples
2+
# Java Programming Examples
3+
4+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/examplehub/spring-boot)
5+
[![Build Status](https://img.shields.io/travis/examplehub/spring-boot.svg?label=Travis%20CI&logo=travis&style=flat-square)](https://travis-ci.com/examplehub/spring-boot) 
6+
[![LGTM](https://img.shields.io/lgtm/alerts/github/examplehub/spring-boot.svg?label=LGTM&logo=LGTM&style=flat-square)](https://lgtm.com/projects/g/examplehub/spring-boot/alerts) 
7+
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/examplehub/spring-boot/blob/master/CONTRIBUTING.md) 
8+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square)](https://paypal.me/duyuanchao?locale.x=en_US) 
9+
![](https://img.shields.io/github/repo-size/examplehub/Java.svg?label=Repo%20size&style=flat-square) 

0 commit comments

Comments
 (0)