Address comments

This commit is contained in:
Jonathan White 2018-11-22 07:47:34 -05:00
parent 4aab93084a
commit a67cac1322
3 changed files with 7 additions and 6 deletions

View File

@ -130,13 +130,13 @@ For **Qt-UI files** (*.ui*): 2 spaces
#include "MyWidget.h" #include "MyWidget.h"
#include "ui_MyWidget.h" #include "ui_MyWidget.h"
// Global includes
#include <QWidget>
#include <stdin>
// Application includes // Application includes
#include "core/Config.h" #include "core/Config.h"
#include "core/FilePath.h" #include "core/FilePath.h"
// Global includes
#include <QWidget>
#include <stdin>
``` ```
#### Classes #### Classes

View File

@ -1,4 +1,5 @@
[TIP]: # ( Provide a general summary of the issue in the title above ^^ ) [TIP]: # ( Provide a general summary of the issue in the title above ^^ )
[TIP]: # ( Do not include screenshots of your actual database! )
## Expected Behavior ## Expected Behavior
[NOTE]: # ( If you're describing a bug, tell us what should happen ) [NOTE]: # ( If you're describing a bug, tell us what should happen )

View File

@ -15,12 +15,12 @@
## Screenshots ## Screenshots
[TIP]: # ( Do not include screenshots of your actual repository! ) [TIP]: # ( Do not include screenshots of your actual database! )
## Testing strategy ## Testing strategy
[NOTE]: # ( Please describe in detail how you tested your changes. ) [NOTE]: # ( Please describe in detail how you tested your changes. )
[TIP]: # ( We expect all new code to be covered by unit tests! ) [TIP]: # ( We expect new code to be covered by unit tests and documented with doc blocks! )
## Checklist: ## Checklist: