awesome-malware-analysis/CONTRIBUTING.md

21 lines
783 B
Markdown
Raw Normal View History

2015-05-09 17:56:57 +00: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-09-22 13:55:12 +00:00
- No duplication of tools, put them where they make the most sense
- Wrap lines at ~80 chars, no trailing whitespace or unnecessary newlines
2015-05-09 17:57:59 +00:00
- By submitting a pull request, you agree to release your submission under
the [LICENSE](LICENSE)
2015-05-09 17:56:57 +00:00
2015-09-22 13:55:12 +00:00
The rules above take precedence, but in case I missed something, check [the
awesome guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md)
too.
2015-05-09 17:56:57 +00:00
Thanks!