aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 031c23b..4fa312f 100644
--- a/README.md
+++ b/README.md
@@ -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 &lt;status&gt;:&lt;text&gt;
+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.