Skip to content

Commit

Permalink
Merge pull request #27 from p4535992/master
Browse files Browse the repository at this point in the history
Made the tests and some bug fixing so now is ready ?
  • Loading branch information
Varriount authored Sep 1, 2022
2 parents 52b3890 + 9b3791a commit b8ca770
Show file tree
Hide file tree
Showing 14 changed files with 21,093 additions and 12,567 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ assignees: ''

**Module Version:** v0.0.0

**Before open any issue**

1) Enable the module setting _"Enable debugging"_
2) Click F12 go to the _console_ tab
3) make the test you want and replicate the error
4) Go to the tab console open on point 2) and just right click and click 'Save as' and 'Save' or send a screenshot of the exception on the console.
5) Attach the text file on the github issue with all the logs related tot he module, or send a screenshot of the messages on the console.

**Describe the bug**
A clear and concise description of what the bug is.

Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,19 +408,6 @@ npm run-script build:watch
```bash
npm run-script clean
```
### lint and lintfix

`lint` launch the eslint process based on the configuration [here](./.eslintrc)

```bash
npm run-script lint
```

`lintfix` launch the eslint process with the fix argument

```bash
npm run-script lintfix
```

### prettier-format

Expand Down
Loading

0 comments on commit b8ca770

Please sign in to comment.