Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 1.15 KB

Contributing to DigiSpark-Meterpreter-Framework

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Have you developed a new feature? Have you fixed an existing issue/bug? Share it with the community and make the framework better by adding it to our repository!

Instructions

  1. Test your code extensively and add tidy comments in it to explain in great detail.
  2. Fork the repository.
  3. Create a pull request by the title "[CONTRIBUTION] -Your brief desription/title-"

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.
  4. We will merge the Pull Request once we review it and check it.