Skip to content

Commit 74880b2

Browse files
committed
Merge branch 'chore/update-gitlab-template' into 'master'
Update default.md See merge request prey/js/prey-node-client!1321
2 parents 12a1326 + 480193e commit 74880b2

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed
Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
1-
## Change description
1+
## Description
2+
Explain what and why
23

3-
> Description here
4+
## Screenshots
5+
Test passing successfully or visual changes here
46

57
## Type of change
6-
- [ ] Bug fix (fixes an issue)
7-
- [ ] New feature (adds functionality)
88

9-
## Related issues
9+
- [ ] Bug fix
10+
- [ ] New feature
11+
- [ ] Code refactor
12+
- [ ] Documentation
13+
- [ ] Test
14+
- [ ] Other
1015

11-
> Fix [#1]()
16+
## Related links (Issues, MRs, Jira, Slack)
17+
if apply
1218

1319
## Checklists
14-
15-
### Development
16-
17-
- [ ] Lint rules pass locally
18-
- [ ] Application changes have been tested thoroughly
19-
- [ ] Automated tests covering modified code pass
20-
21-
### Security
22-
23-
- [ ] Security impact of change has been considered
24-
- [ ] Code follows company security practices and guidelines
25-
26-
### Code review
27-
28-
- [ ] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
29-
- [ ] "Ready for review" label attached and reviewers assigned
30-
- [ ] Changes have been reviewed by at least one other contributor
31-
- [ ] Pull request linked to task tracker where applicable
20+
- [ ] Lint rules pass locally (rubocop, eslint)
21+
- [ ] Unit tests covering modified code pass
22+
- [ ] Changes have been documented
23+
- [ ] Application changes have been tested on staging
24+
- [ ] Performed a review of my own code
25+
- [ ] At least one team member approved the MR

0 commit comments

Comments
 (0)