mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-02 09:34:58 -05:00
Address comments
This commit is contained in:
parent
4aab93084a
commit
a67cac1322
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
@ -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
|
||||||
|
1
.github/ISSUE_TEMPLATE.md
vendored
1
.github/ISSUE_TEMPLATE.md
vendored
@ -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 )
|
||||||
|
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user