Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.38 KB

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1.38 KB

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.


Ensure your pull request adheres to the following guidelines:

  • One commit per suggestion is preferred

  • Commit message should follow this format: Add [section]: [slugified name or description] ; examples:

    • Add bibliography: generic-unpacking-techniques
    • Add packer: yoda-protector
    • Add tool: pypackerdetect
  • Multiple commits can be included in a single pull request

  • Each section has its entries alphabetically sorted ; please keep the same order

  • Use the following format: [Item Name](homepage link) [description].

  • No duplication of tools, put them where they make the most sense

  • By submitting a pull request, you agree to release your submission under the LICENSE

Thank you for your suggestions!

Updating your PR

Making a PR adhere to the standards above can sometimes be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, here is a guide on the different ways you can update your PR so that we can merge it.