From 50818f3bb35d5dd91bcf04f2efb6f489c85f3461 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <46269721+ItsIgnacioPortal@users.noreply.github.com> Date: Fri, 17 Apr 2026 20:05:00 -0300 Subject: [PATCH] feat(docs): Updated contribution guidelines --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 821ec7a40..d2733d2b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Significant effort SHOULD be made to give attribution for these lists whenever p ## Wordlist content -If you're uploading a new Wordlist, make sure to follow these guidelines. +If you're adding new content to a wordlist or creating a new one, make sure to follow these guidelines. ### Remove leading slashes Do not include leading slashes in the wordlists contents. This ensures all SecLists wordlists have the same format, and also helps keep the wordlist filesize down. @@ -47,6 +47,13 @@ For example: - ✅ `path/to/auth?password={PASSWORD_PLACEHOLDER}` +### Remove in-file comments and put them in the documentation + +Most users of SecLists expect the wordlists to be ready to use unless otherwise stated. For that reason, wordlists should never contain comments such as lines beginning with `//` or `#` for the purposes of commentary. + +If certain content within the wordlist requires an explanation, it's recommended to place those explanations in the `README.md` of the relevant directory, along with any other relevant explanations (such as placeholders). + + ## Folder naming scheme Folders should be named with the train case scheme, for example `File-System`.