Issues are very valuable to this project.
- Ideas are a valuable source of contributions others can make
- Problems show where this project is lacking
- With a question you show where contributors can improve the user experience
Thank you for creating them.
Pull requests are, a great way to get your ideas into this repository.
When deciding if I merge in a pull request I look at the following things:
You should be clear which problem you're trying to solve with your contribution.
For example:
Add link to code of conduct in README.md
Doesn't tell me anything about why you're doing that
Add link to code of conduct in README.md because users don't always look in the CONTRIBUTING.md
Tells me the problem that you have found, and the pull request shows me the action you have taken to solve it.
- There are no spelling mistakes
- It reads well
- For english language contributions: Has a good score on Grammarly or Hemingway App
The aim of this repository is:
- To provide a proof of concept which is deployed on AWS
- Takes in an IP address as its input
- Compares it to the latest ipsets fround in firehol blocklist-ipsets
- returns some form of signifier that the provided IP is either blocked or not.
This repository has a code of conduct; Be cool, make code, not drama.
This contibuting guide was templated from PurpleBooth