Mercurial > p > roundup > code
diff doc/customizing.txt @ 6171:53a674b5910f
Fix spelling and make list into a list for readability.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 15 May 2020 21:23:03 -0400 |
| parents | de9d602c8ce6 |
| children | 5522c950a2e4 |
line wrap: on
line diff
--- a/doc/customizing.txt Fri May 15 21:22:41 2020 -0400 +++ b/doc/customizing.txt Fri May 15 21:23:03 2020 -0400 @@ -668,7 +668,7 @@ initialised (or used). You may: **Add new properties to classes, or add whole new classes** - This is painless and easy to do - there are generally no repurcussions + This is painless and easy to do - there are generally no repercussions from adding new information to a tracker's schema. **Remove properties** @@ -707,11 +707,13 @@ Initially empty, this is where the issue information is stored. We define the "priority" and "status" classes to allow two things: -reduction in the amount of information stored on the issue and more -powerful, accurate searching of issues by priority and status. By only -requiring a link on the issue (which is stored as a single number) we -reduce the chance that someone mis-types a priority or status - or -simply makes a new one up. + + 1. reduction in the amount of information stored on the issue + 2. more powerful, accurate searching of issues by priority and status + +By only requiring a link on the issue (which is stored as a single +number) we reduce the chance that someone mis-types a priority or +status - or simply makes a new one up. Class and Items
