Skip to content

Commit

Permalink
Merge pull request #21 from Ordisoftware/manual/write-dev/#1
Browse files Browse the repository at this point in the history
Manual/write dev/#1
  • Loading branch information
Ordisoftware authored Apr 8, 2018
2 parents ce36309 + c1569ca commit a0473c9
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 40 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vs
~$*
~$*
/Source/.vs
/Source/~$nufacturing Software Guidelines.docx
Binary file removed Guidelines Development.pdf
Binary file not shown.
Binary file removed Guidelines Methodology.pdf
Binary file not shown.
Binary file added Manufacturing Software Guidelines.pdf
Binary file not shown.
65 changes: 31 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,41 @@
# Ordisoftware Guidelines
# Manufacturing Software Guidelines

>Licensed under the terms of the [Mozilla Public License 2.0](LICENSE)
>Licensed under the terms of the [Mozilla Public License 2.0](LICENSE)<br/>
>*Being produced*<br/>
>[GitHub Page](https://ordisoftware.github.io/Guidelines)<br/>
>[GitHub Repository](https://github.com/Ordisoftware/Guidelines)<br/>
>[Project Website](http://www.ordisoftware.com/en/projects/guidelines)
These documents present some rules to create software.

- [Development Guidelines](#development-guidelines)
- [Methodology Guidelines](#methodology-guidelines)
- [Release v0.1-alpha](../../releases/tag/v0.1-alpha)
This document presents some rules to create software.

* [GitHub Page](https://ordisoftware.github.io/Guidelines)
* [GitHub Repository](https://github.com/Ordisoftware/Guidelines)
* [Project Website](http://www.ordisoftware.com/en/projects/guidelines)
* [Release v0.2-alpha](../../releases/tag/v0.2-alpha)
* [Manufacturing Software Guidelines.pdf](Manufacturing%20Software%20Guidelines.pdf)
* [Manufacturing Software Guidelines.docx](Source/Manufacturing%20Software%20Guidelines.docx)

### Development Guidelines

#### Table of content
## Table of content

* License
* Foreword
* Project tools
* Project documents
* Folder structure
* Naming convention
* Comments usage
* Code formatting
* Methodology
* Agility
* Dichotomy
* Documentation
* Modeling
* Ecosystem
* Programming
* Tools
* Paths
* Naming
* Comments
* Formatting
* UI design
* Using Git
* Using GitHub
* Console
* Forms
* Web
* Mobile
* TV
* Using Git and GitHub
* Naming artifacts
* ZenHub boarding
* Bibliography

Version MS Word : [Guidelines Development.docx](Source/Guidelines%20Development.docx)

Version PDF : [Guidelines Development.pdf](Guidelines%20Development.pdf)

*Being produced.*

### Methodology Guidelines

Version MS Word : [Guidelines Methodology.docx](Source/Guidelines%20Methodology.docx)

Version PDF : [Guidelines Methodology.pdf](Guidelines%20Methodology.pdf)

*To produce.*
5 changes: 3 additions & 2 deletions Samples/Labels Create.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--#!/bin/bash
#!/bin/bash

echo "GitHub User:"
read USER
Expand Down Expand Up @@ -43,6 +43,7 @@ curl --user "$USER:$PASS" --include --request POST --data '{"name":"state: 75%",
curl --user "$USER:$PASS" --include --request POST --data '{"name":"state: 90%","color":"FFD700","description":"Tasks are almost completed"}' "https://api.github.com/repos/$USER/$REPO/labels"
curl --user "$USER:$PASS" --include --request POST --data '{"name":"state: 100%","color":"FFF3B5","description":"Tasks are finished"}' "https://api.github.com/repos/$USER/$REPO/labels"
curl --user "$USER:$PASS" --include --request POST --data '{"name":"state: cancelled","color":"EAEAEA","description":"Abandoned"}' "https://api.github.com/repos/$USER/$REPO/labels"
curl --user "$USER:$PASS" --include --request POST --data '{"name":"state: moved","color":"EAEAEA","description":"Abandoned"}' "https://api.github.com/repos/$USER/$REPO/labels"
curl --user "$USER:$PASS" --include --request POST --data '{"name":"state: delayed","color":"CACACA","description":"Deferred"}' "https://api.github.com/repos/$USER/$REPO/labels"
curl --user "$USER:$PASS" --include --request POST --data '{"name":"state: todo","color":"C2E0C6","description":"Selected"}' "https://api.github.com/repos/$USER/$REPO/labels"
curl --user "$USER:$PASS" --include --request POST --data '{"name":"state: wontfix","color":"707070","description":"Failed"}' "https://api.github.com/repos/$USER/$REPO/labels"
Expand All @@ -58,4 +59,4 @@ curl --user "$USER:$PASS" --include --request POST --data '{"name":"type: method
curl --user "$USER:$PASS" --include --request POST --data '{"name":"type: check","color":"0E8A16","description":"Test, revision and validation"}' "https://api.github.com/repos/$USER/$REPO/labels"

echo "Press any key to continue."
read -n 1 -s -r -p ""-->
read -n 1 -s -r -p ""
Binary file removed Source/Guidelines Development.docx
Binary file not shown.
Binary file removed Source/Guidelines Methodology.docx
Binary file not shown.
3 changes: 1 addition & 2 deletions Source/Guidelines.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{CDE85BE7-A9FF-4957-977C-2A17CD584199}"
ProjectSection(SolutionItems) = preProject
Guidelines Development.docx = Guidelines Development.docx
Guidelines Methodology.docx = Guidelines Methodology.docx
Manufacturing Software Guidelines.docx = Manufacturing Software Guidelines.docx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{8F8D73A1-7DFA-467B-BD3B-13347904DCFC}"
Expand Down
Binary file added Source/Manufacturing Software Guidelines.docx
Binary file not shown.

0 comments on commit a0473c9

Please sign in to comment.