Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit aa1be93

Browse files
authored
fix(template): fix link typo + remove unneeded option
1 parent 8d81903 commit aa1be93

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
## Codebase
77
<!-- These requirements are only needed to be met if you are updating the codebase. -->
88

9-
- [ ] This code has been tested with the [latest release](https://github.com/EasyScriptJS/EasyScript/releases/tag/v1.1.3) of Easy Script.
10-
- [ ] This code works with the [latest release](https://github.com/EasyScriptJS/EasyScript/releases/tag/v1.1.3) of Easy Script.
9+
- [ ] This code has been tested with the [latest release](https://github.com/EasyScriptJS/EasyScript/releases/latest) of Easy Script.
10+
- [ ] This code works with the [latest release](https://github.com/EasyScriptJS/EasyScript/releases/latest) of Easy Script.
1111
- [ ] This code has been run through [Prettier](https://prettier.io).
1212

1313
### Modules
1414
<!-- If you are updating or adding a module, your code needs to meet these extra requirements. -->
1515

1616
- [ ] I have provided documentation of how this code works. <!-- Only required if you are adding a feature to an existing module, or are adding a new module. -->
17-
- [ ] I have added the module to the [modules.js](https://github.com/EasyScriptJS/EasyScript/blob/main/src/modules.js) file in the correct key. <!-- Only required if you are adding a new module. -->
1817

1918
# Description
2019
<!-- Provide a description of the changes made in this pull request below. -->

0 commit comments

Comments
 (0)