Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 87574e6

Browse files
Start of a how-to-build.md
1 parent f6be7e8 commit 87574e6

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/contributing/coding-conventions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#Contributing to GitHub for Unity
2+
3+
##Coding Conventions
14
- PascalCase for all types regardless of visibility
25
- PascalCase for public members and const members
36
- camelCase for private members, parameters and variables

docs/contributing/how-to-build.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#Contributing to GitHub for Unity
2+
3+
##How to Build
4+
5+
###Visual Studio
6+
7+
###Mono and Bash
8+
9+
##Build Output

docs/contributing/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Contributing to Projects with GitHub for Unity
1+
# Contributing to GitHub for Unity
22

33
### Table of Contents
44

55
- [Coding Conventions](coding-conventions.md)
6+
- [How To Build](how-to-build.md)

0 commit comments

Comments
 (0)