diff options
Diffstat (limited to 'src/static/help_users.toml.html')
-rw-r--r-- | src/static/help_users.toml.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/help_users.toml.html b/src/static/help_users.toml.html new file mode 100644 index 0000000..fe195e2 --- /dev/null +++ b/src/static/help_users.toml.html @@ -0,0 +1,8 @@ +This configuration file lets you configure +committer identities for users. For example: + +<pre> +[johndoe] +name = "John Doe" +email = "john@example.com" +</pre>
\ No newline at end of file |