File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# The Red Book
2
2
3
- This document is guide on how we work.
3
+ This document is guide on how we work at Red Panthers .
4
4
5
5
## create a new entry
6
6
7
7
To create a new entry we have created a rake task.
8
8
9
9
``` sh
10
-
11
10
rake entry
12
-
13
11
```
14
12
15
- It would ask you for the section id, class, title and priroty number. The number decides the positon of the document
13
+ It will ask you for the section id, class, title and priority number. The number decides the positon of the document
16
14
in the table of contents.
17
15
18
16
As per our internal convention numbers
19
17
20
18
* ` 1000 - 2999 ` will have the generate introduction & notes
21
- * ` 3000 - 89000 ` would have the various technical guidelines on coding
22
- * ` 9000 & beyond ` would cover the non technical topics like project management, etc
19
+ * ` 3000 - 8900 ` would have the various technical guidelines on coding
20
+ * ` 9000 & beyond ` would cover the non technical topics like project management, etc
You can’t perform that action at this time.
0 commit comments