Sort sources and add more guidelines

This commit is contained in:
Obelous 2025-08-28 04:11:51 +01:00
parent b6751bda54
commit a673458ffa
2 changed files with 67 additions and 62 deletions

View file

@ -2,10 +2,16 @@
1. [ ] Have you ran update.js and pushed the resulting manifest to your forks repo?
2. [ ] Have you added the generated manifest from your fork to verify functionality?
### Adding sources:
1. [ ] Have you removed any duplicate sources?
- VSCode: ctrl + shift + p > Delete duplicate lines
- VSCode: ctrl + shift + p > Delete Duplicate Lines
2. [ ] Is a source you added a fork of a another project?
2. [ ] Have you sorted lines by ascending?
- VSCode: ctrl + shift + p > Sort Lines Ascending
2. [ ] Is a source you added a fork of an existing source?