awesome-malware-persistence/CONTRIBUTING.md

36 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2022-02-14 16:39:33 +00:00
**:wave: Don't hesitate to create a pull request, when you have something awesome to add. Someone will fix it, when it doesn't completely meet the guidelines.**
2022-02-14 16:32:09 +00:00
2022-02-14 16:39:33 +00:00
# :scroll: Contribution Guidelines
2022-02-14 16:32:09 +00:00
2022-02-14 16:39:33 +00:00
Pull requests and issues are welcome to add more awesomness! Add the link as outlined below and optionally add a corresponding section
in the [README](https://github.com/Karneades/malware-persistence/blob/master/README.md) with more detailed information
2022-02-14 16:34:42 +00:00
in the main malware persistence knowledge base repository.
2022-02-14 16:39:33 +00:00
When making a pull request, please follow these guidelines:
2022-02-14 16:32:09 +00:00
2022-02-14 16:39:33 +00:00
- Lists within each section are alphabetized
- Add sections if necessary, use existing sections if possible
- Clear, concise descriptions for each link, followed by a period
- Use the following format: `[Item Name](homepage link) - Description.`
- No duplication of tools, put them where they make the most sense
- Prefer quality over quantity, only submit awesome stuff
- By submitting a pull request, you agree to release your submission under
the [LICENSE](LICENSE)
2022-02-14 16:32:09 +00:00
2022-02-14 16:39:33 +00:00
:thumbsup: **Thanks!**
2022-02-14 16:32:09 +00:00
2022-02-14 16:39:33 +00:00
Please note that this project is released with a
[Contributor Code of Conduct](code-of-conduct.md). By participating in this
project you agree to abide by its terms.
2022-02-14 16:32:09 +00:00
2022-02-14 16:39:33 +00:00
---
2022-02-14 16:32:09 +00:00
## Updating your PR
A lot of times, making a PR adhere to the standards above can 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](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md)
on the different ways you can update your PR so that we can merge it.