Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
37f1e9e67f0d71a565516eb5838fbdbddb7a2ec2...712bc3b95fc964896fcc6ca2a135ea1770e0f4bc
Commits (1)
s/escaping/encoding
· 712bc3b9
Rob Swindell
authored
Feb 26, 2022
712bc3b9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
No files found.
CONTRIBUTING.md
View file @
712bc3b9
...
@@ -22,7 +22,7 @@ When modifying JavaScript (`.js`) files:
...
@@ -22,7 +22,7 @@ When modifying JavaScript (`.js`) files:
When adding files:
When adding files:
*
Prefer all lowercase characters in filenames
*
Prefer all lowercase characters in filenames
*
Don't include spaces or other special characters (e.g. that require URL-e
scap
ing) in filenames
*
Don't include spaces or other special characters (e.g. that require URL-e
ncod
ing) in filenames
*
Don't use misleading file extensions/suffixes (e.g.
`*.doc`
for plain text files)
*
Don't use misleading file extensions/suffixes (e.g.
`*.doc`
for plain text files)
### Branches
### Branches
...
...