generated from reZach/secure-electron-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to a fresh copy of the template and Node 20 (#150)
* Migrate to a fresh copy of the template * Recurse submodules when listing files Fixes #149 * Adds option to force unlock files upon first failure Fixes #148 * Pushed missing translations * Update translations * Fix mac build
- Loading branch information
Showing
92 changed files
with
18,676 additions
and
17,573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Contributing guidelines | ||
Please do the following steps before submitting a PR, doing this will help progress your fix into Git Locks Manager. | ||
Please do the following steps before submitting a PR, doing this will help progress your fix into the template. | ||
|
||
1. Have you ran `npm run dev` to see if the changes work? Have you checked all of the pages to make sure they are still functional? | ||
2. Have you ran `npm run prod` to see if the changes work in production? Have you checked all of the pages to make sure they are still functional? | ||
3. Have you ran `npm run dist-[windows|mac|linux]` to make sure the app is packaged correctly and works if you install it? | ||
1. Have you ran `npm run test` to ensure the unit tests are working? | ||
2. Have you ran `npm run dev` to see if the changes work? Have you checked all of the pages to make sure they are still functional? | ||
3. Have you ran `npm run prod` to see if the changes work in production? Have you checked all of the pages to make sure they are still functional? | ||
4. Have you ran `npm run dist-[windows|mac|linux|all]` to make sure the app is packaged correctly and works if you install it? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.