Skip to content

Commit e841439

Browse files
authored
Add pull request template for contributor guidelines
Added a pull request template to guide contributors in providing necessary information and ensuring code quality.
1 parent ac7d147 commit e841439

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Description
2+
Please provide a summary of the change and which issue is fixed.
3+
4+
- **Type of Change**: (Bug fix, New Feature, Breaking Change, Documentation)
5+
- **Related Issue**: Closes #(issue number)
6+
7+
## Testing
8+
Have you tested this change in a lab environment?
9+
10+
- [ ] Tested on Windows 11 / Windows 10
11+
- [ ] Tested on Linux
12+
- [ ] Unit tests added/updated
13+
- [ ] Agent functionality verified against C2 server
14+
15+
## Checklist for C2 Contribution
16+
- [ ] My code follows the project's style guidelines.
17+
- [ ] I have performed a self-review of my own code.
18+
- [ ] I have added comments for complex logic (e.g., Syscalls, Hell's Gate).
19+
- [ ] I have updated the documentation (README, Wiki) accordingly.
20+
- [ ] My changes generate no new compiler warnings.
21+
- [ ] I have added tests that prove my fix is effective or that my feature works.
22+
23+
## Screenshots (if appropriate)

0 commit comments

Comments
 (0)