diff options
| author | Alexander <alexandermpickering@gmail.com> | 2020-06-22 18:43:20 -0400 |
|---|---|---|
| committer | Alexander <alexandermpickering@gmail.com> | 2020-06-22 18:43:20 -0400 |
| commit | 0ae554c80c030a37720506e8580f53db6bb5279c (patch) | |
| tree | 35e144178c5bb003f9466445e5fa0717c001b8d2 | |
| parent | 45aeec248278371ff3c0ca6d3f8711a5feab3f58 (diff) | |
| download | sober-0ae554c80c030a37720506e8580f53db6bb5279c.tar.gz sober-0ae554c80c030a37720506e8580f53db6bb5279c.tar.bz2 sober-0ae554c80c030a37720506e8580f53db6bb5279c.zip | |
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,8 +21,8 @@ SOBER should set up it's files as needed. People that need to use the bug tracker should have access (ex over ssh) to the deploy/bugs directory. Each bug has a id# as a filename. You can search for bugs by using grep. Ex: `grep "0:" *` will find all open bugs -To give feedback to the users of the site, change the 5th line in the bug report. It has the format <status>:<text> -statis can be: +To give feedback to the users of the site, change the 5th line in the bug report. It has the format <status>:<text> +status can be: * 0 : unassigned, text MUST NOT exist * 1 : assigned, text will be displayed @@ -30,5 +30,5 @@ statis can be: ## Misc -If your filesystem supports it, "lock" the file while it is being edited by a developer, so that data submitted by users is not overwritten. +If your filesystem supports it, "lock" the file while it is being edited by a developer (ex, with an autorun script within the editor), so that data submitted by users is not overwritten. |
