awesome-malware-analysis/CONTRIBUTING.md

15 lines
471 B
Markdown
Raw Normal View History

2015-05-09 13:56:57 -04:00
# Contribution Guidelines
When making a pull request, please follow these guidelines:
- One commit per suggestion
- Commit message should follow this format: `Add some tool name`
- Multiple commits per pull request is OK
- Lists within each section are alphabetized
- Add sections if necessary
- Clear, concise descriptions for each link, followed by a period
2015-05-09 13:57:59 -04:00
- By submitting a pull request, you agree to release your submission under
the [LICENSE](LICENSE)
2015-05-09 13:56:57 -04:00
Thanks!