Skip to content

Commit 21cf4a5

Browse files
authored
Merge pull request #10 from nut-tree/feature/8/api_overhaul
Feature/8/api overhaul
2 parents e70d38a + 37a7c0e commit 21cf4a5

Some content is hidden

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

61 files changed

+1511
-5941
lines changed

.github/CONTRIBUTING.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us enhance our images
4+
---
5+
6+
**Version**
7+
8+
**Short overview**
9+
10+
**Detailed error description**
11+
12+
**Steps to reproduce error**
13+
14+
**Additional content**
15+
> Please provide any (mandatory) additional data to reproduce the error (Dockerfiles etc.)

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Enhancement
3+
about: Suggest a possible enhancement to the project
4+
---
5+
6+
**Short overview**
7+
8+
**Use case**
9+
10+
**Detailed description**
11+
12+
**Additional content**
13+
> Please provide any (mandatory) additional data for your enhancement

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Open a feature request
4+
---
5+
6+
**Short overview**
7+
8+
**Use case**
9+
10+
**Detailed feature description**
11+
12+
**Additional content**
13+
> Please provide any (mandatory) additional data for your desired feature

.github/ISSUE_TEMPLATE/question.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Question
3+
about: File a request to resolve open questions
4+
---
5+
6+
**Short summary**
7+
8+
**Detailed question**
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bugfix
3+
about: Request to merge a bugfix
4+
---
5+
6+
**Short summary**
7+
8+
**Detailed description (motivation, use-case etc.)**
9+
10+
**Screenshots (if appropriate)**
11+
12+
**Checklist**
13+
14+
- [ ] My change requires a change to the documentation.
15+
- [ ] I have updated the documentation accordingly.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Enhancement
3+
about: Request to merge an enhancement
4+
---
5+
6+
**Short summary**
7+
8+
**Detailed description (motivation, use-case etc.)**
9+
10+
**Screenshots (if appropriate)**
11+
12+
**Checklist**
13+
14+
- [ ] My change requires a change to the documentation.
15+
- [ ] I have updated the documentation accordingly.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature
3+
about: Request to merge a new feature
4+
---
5+
6+
**Short summary**
7+
8+
**Detailed description (motivation, use-case etc.)**
9+
10+
**Screenshots (if appropriate)**
11+
12+
**Checklist**
13+
14+
- [ ] My change requires a change to the documentation.
15+
- [ ] I have updated the documentation accordingly.

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ install: true
3737
script:
3838
- npm run patch && npm i
3939
- if [[ $TRAVIS_OS_NAME = "windows" ]]; then npm run build:release:win; else npm run build:release; fi
40+
- cd test
41+
- npm ci
4042
- npm test
43+
- cd ..
4144

4245
before_deploy:
4346
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null

0 commit comments

Comments
 (0)