|
So, I haven't contributed to open source projects before, most of my work was college projects and some team projects, and i wanted to close the barrier of being afraid of doing changes to tools that i use day to day and have something that bothers me without creating my own tool from scratch, so generally how the process goes when trying to do so, generally and specially to netexec, what are their criteria for code contribution what do they focus on the most, etc. Any help regarding this would appreciated |
Replies: 1 comment 4 replies
|
A good first contribution is usually not “find some code to change”; it is For NetExec specifically, I would use this workflow:
For a first PR, I would choose a small accepted bug with a reproduction you can AI disclosure: I used OpenAI Codex (GPT-5) to inspect the current NetExec |
A good first contribution is usually not “find some code to change”; it is
“pick one concrete problem, agree on the expected behavior, then make the
smallest verifiable change.”
For NetExec specifically, I would use this workflow:
Confirm the problem before coding. Search Issues and Discussions, then
describe the current behavior, desired behavior, and how you can reproduce
it. For a feature or a security-sensitive change, wait for a maintainer to
agree with the direction. This is especially important if AI will be used:
NetExec's AI policy
says an AI-assisted PR must reference an accepted issue, disclose the
tool/model and extent of assistance, and be manually tested in an
environment …