-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
Please clone the repo, craete a feature branch and submit a PR once is ready to be integrated :) | ||
# Contribute to the caddy-waf project! | ||
|
||
You can contribute in many ways: | ||
|
||
1. Testing the solution in different contexts and provide useful feedback. | ||
2. Writing WAF rules and submitting a PR. Contribution rules must be saved to the `rules` folder. | ||
3. Improving the documentation. | ||
4. Opening an issue. | ||
5. Improving the whole codebase, if something really big please provide additional context. | ||
|
||
You already know the right way to submit a PR :) | ||
|
||
- Clone the repository locally. | ||
- Create a dedicated feature branch for your changes. | ||
- Ensure your Pull Request (PR) passes all existing tests before submission. | ||
|
||
Please note: I am actively developing and adding more tests to ensure comprehensive coverage. Your PR must pass the current test suite. Thank you for your contributions! |