You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,14 @@
6
6
## Codebase
7
7
<!-- These requirements are only needed to be met if you are updating the codebase. -->
8
8
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.
11
11
-[ ] This code has been run through [Prettier](https://prettier.io).
12
12
13
13
### Modules
14
14
<!-- If you are updating or adding a module, your code needs to meet these extra requirements. -->
15
15
16
16
-[ ] 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. -->
18
17
19
18
# Description
20
19
<!-- Provide a description of the changes made in this pull request below. -->
0 commit comments