Skip to content

So You Want To Contribute To OffensiveNotion

pikachu edited this page May 30, 2022 · 1 revision

Thank you for your interest in contributing to OffensiveNotion. PRs are always welcome and we would love to land your code into the codebase. We wrote this guide to make that process as easy as possible.

UNDER CONSTRUCTION

  • Please review Code of Conduct and Contribution docs
  • Agent codebase is Rust
  • Any red team TTP features are welcome
  • Code refactors for readability, quality of life, optimization are welcome
  • Fork from the main repo and make a new branch called 'dev-[featurename]'
  • Develop in your new branch
  • When ready, submit a PR into the main repo
  • We'll review and pull your code into the dev branch if accepted
  • Code gets pulled into next main release!
Clone this wiki locally