Skip to content

Commit a25c1ca

Browse files
authoredJun 18, 2018
Initializes project - all set for development. (#1)
1 parent 7639abc commit a25c1ca

Some content is hidden

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

46 files changed

+2471
-0
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!-- Thanks for filing an issue! Please use this template to provide more context for the issue . -->
2+
3+
**Description of the issue**:
4+
5+
**Expected behavior**:
6+
7+
**Steps to reproduce**: <!-- Please provide a minimal and precise series of steps -->
8+
9+
**Environment**: <!-- OS, Maven, and other relevant environment information -->
10+
11+
**`skaffold-maven-plugin` Configuration:**
12+
```xml
13+
PASTE YOUR pom.xml CONFIGURATION HERE
14+
```
15+
16+
--- OR ---
17+
18+
**`skaffold-gradle-plugin` Configuration:**
19+
```xml
20+
PASTE YOUR build.gradle CONFIGURATION HERE
21+
```
22+
23+
**Log output**: <!-- If applicable, provide relevant log output -->
24+
25+
**Additional Information**: <!-- Any additional information that may be helpful -->
26+
27+
28+
<!-- Thanks for contributing! -->

‎.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
build
2+
target
3+
out
4+
*.iml
5+
*.ipr
6+
*.iws
7+
.idea
8+
.gradle
9+
/.settings
10+
/.classpath
11+
/.project

0 commit comments

Comments
 (0)
Please sign in to comment.