@ovipakla/gm-cli 2.1.3 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/bug_report.md +31 -31
- package/.github/ISSUE_TEMPLATE/feature_request.md +22 -22
- package/GMFileWatcher.js +367 -367
- package/Jenkinsfile +25 -0
- package/LICENSE +21 -21
- package/README.md +16 -16
- package/app.js +131 -94
- package/package.json +1 -1
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Bug report
|
|
3
|
-
about: Create a report to help us improve
|
|
4
|
-
title: ''
|
|
5
|
-
labels: ''
|
|
6
|
-
assignees: ''
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
### Description
|
|
11
|
-
|
|
12
|
-
A clear and concise description of what the bug is.
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
### Reproducing steps
|
|
16
|
-
|
|
17
|
-
Steps to reproduce the behavior:
|
|
18
|
-
1. Go to `...`
|
|
19
|
-
2. Click on `...`
|
|
20
|
-
3. See error `...`
|
|
21
|
-
|
|
22
|
-
---
|
|
23
|
-
### Expected behavior
|
|
24
|
-
|
|
25
|
-
A clear and concise description of what you expected to happen.
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
### Environment
|
|
29
|
-
|
|
30
|
-
- Version: `vYYMMDD`
|
|
31
|
-
- Target: `win-yyp` | `wasm`
|
|
1
|
+
---
|
|
2
|
+
name: Bug report
|
|
3
|
+
about: Create a report to help us improve
|
|
4
|
+
title: ''
|
|
5
|
+
labels: ''
|
|
6
|
+
assignees: ''
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
### Description
|
|
11
|
+
|
|
12
|
+
A clear and concise description of what the bug is.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
### Reproducing steps
|
|
16
|
+
|
|
17
|
+
Steps to reproduce the behavior:
|
|
18
|
+
1. Go to `...`
|
|
19
|
+
2. Click on `...`
|
|
20
|
+
3. See error `...`
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
### Expected behavior
|
|
24
|
+
|
|
25
|
+
A clear and concise description of what you expected to happen.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
### Environment
|
|
29
|
+
|
|
30
|
+
- Version: `vYYMMDD`
|
|
31
|
+
- Target: `win-yyp` | `wasm`
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Feature request
|
|
3
|
-
about: Suggest an idea for this project
|
|
4
|
-
title: ''
|
|
5
|
-
labels: ''
|
|
6
|
-
assignees: ''
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
### Description
|
|
11
|
-
|
|
12
|
-
What is the issue/feature? Why is it needed?
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
### Requirements
|
|
16
|
-
|
|
17
|
-
What is the expected behavior or outcome?
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
### Test case scenario
|
|
21
|
-
|
|
22
|
-
How will it be tested or validated?
|
|
1
|
+
---
|
|
2
|
+
name: Feature request
|
|
3
|
+
about: Suggest an idea for this project
|
|
4
|
+
title: ''
|
|
5
|
+
labels: ''
|
|
6
|
+
assignees: ''
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
### Description
|
|
11
|
+
|
|
12
|
+
What is the issue/feature? Why is it needed?
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
### Requirements
|
|
16
|
+
|
|
17
|
+
What is the expected behavior or outcome?
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
### Test case scenario
|
|
21
|
+
|
|
22
|
+
How will it be tested or validated?
|