-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConventions
More file actions
32 lines (26 loc) · 1.24 KB
/
Conventions
File metadata and controls
32 lines (26 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//This file Describes the naming conventions to be used with this repo
//Version numbers
// how to update the current version
// version 1 looks like 00.00.01-01 - 00.00.01-99
// version 2 looks like 00.00.02.01 - 00.00.01-99
//Branches
// purpose of each branch
// master // this is the most current release
// pending-revisions // this stage is where approved changes go for final review
// sugguested-modifications // this branch is the first step to add new content. changes will be merged into pending-revisions and then into master
//Commits
// when makeing commits the following conventions should be use
// list previsionairy ;0
// content: // adding new content to EXISTING Documents
// rev: // updating or modifiying existing content in existing documents
// new: // added a new file or document such as a section
// bug; // fix typos or inacurate information
// merge; // when the primary actions was a merge to update the branch
// Private file
// in the git directory if you want git to ignore a file
// this could be personal notes, changes you dont want to make yet etc
// then use name the file
.ignore
// tracking empty folders
//add this file to the directory
.gitkeep