Thread Closed 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Coding Guidelines for Wings developers and tutorials
03-21-2015, 09:22 PM
Post: #1
Information Coding Guidelines for Wings developers and tutorials
Coding Guidelines by bjorng
The guidelines can also be found in the source distribution (starting with the 1.1.12 release) in the file CodingGuidelines.


Tutorials

@MicheusVieira MicheusVieira Micheuss micheus4wings3d
* Wings3D Team stands for: Björn and Dan
10-25-2015, 02:03 PM
Post: #2
RE: Coding Guidelines for Wings developers and tutorials
Some tips you need to know before make a pull request to the main repository at GitHub:
- Make one commit for every change/fix;
- A good commits should be as follow
Quote:- First line: What have you done max 60 characters!!!
- Second line: shall be empty:
- Then you should write why you did it.
- After that a note if a release note should be included, with possible thanks
i.g. NOTE: Added feature xxxxxxx, thanks <name>

*1. Don't start with: "It was ...". Write "Added ... feature" or "Fixed ..." instead;
*2. None lines should have more than 80 characters! Add a new line to continue writing.

@MicheusVieira MicheusVieira Micheuss micheus4wings3d
* Wings3D Team stands for: Björn and Dan
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)