-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ArkaprabhaChakraborty <[email protected]>
- Loading branch information
1 parent
b1d929d
commit 5b91947
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+49 KB
site/content/blog/2022-10-01-zap-and-hacktoberfest/images/Hfest_Badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+100 KB
site/content/blog/2022-10-01-zap-and-hacktoberfest/images/zap_Hacktoberfest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions
38
site/content/blog/2022-10-01-zap-and-hacktoberfest/index.md
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "ZAP and Hacktoberfest 2022" | ||
summary: > | ||
ZAP is partcipating in Hacktoberfest 2022. | ||
images: | ||
- https://www.zaproxy.org/site/blog/2022-10-01-zap-and-hacktoberfest/images/Hfest_Badge.png | ||
type: post | ||
tags: | ||
- blog | ||
- hacktoberfest | ||
date: "2022-10-01" | ||
addSocialPreview: true | ||
authors: | ||
- arkaprabha | ||
--- | ||
![Hacktoberfest X ZAP](images/zap_Hacktoberfest.png) | ||
|
||
We are happy to announce that ZAP is participating in [Hacktoberfest](https://hacktoberfest.com/) 2022. | ||
|
||
## Contributors | ||
This is what contributors need to know to participate in and complete Hacktoberfest 2022: | ||
- Go through the [Hacktoberfest 2022 contributor](https://hacktoberfest.com/participation/#contributors) section to know more about what you should do and the rewards you will receive. We would be genuinely happy if you choose the "plant a tree" option as your reward. | ||
- Contributions/pull requests can be made to the following repositories under the [OWASP ZAP](https://github.com/zaproxy) organization: | ||
- ZAP Core: [link](https://github.com/zaproxy/zaproxy) | ||
- ZAP Extensions: [link](https://github.com/zaproxy/zap-extensions) | ||
- ZAP HUD: [link](https://github.com/zaproxy/zap-hud) | ||
- ZAP Core Help: [link](https://github.com/zaproxy/zap-core-help) | ||
- ZAP Community Scripts: [link](https://github.com/zaproxy/community-scripts) | ||
- Read the [ZAP Contributing Guide](/docs/contribute/). | ||
- We recommend you to go through the [ZAP Developer Guide](/docs/developer/). It has all the answers to your questions about the development environment setup and the checks that your PR should pass before it is merged. | ||
- If you are a beginner, please check out the curated [Hacktoberfest issues](https://github.com/zaproxy/zaproxy/issues?q=is%3Aopen+is%3Aissue+label%3AHacktoberFest) on the main ZAP repo. | ||
- If you would like to challenge yourself, you can check out the [good second issues](https://github.com/zaproxy/zaproxy/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+second+issue%22) and [enhancement](https://github.com/zaproxy/zaproxy/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) issues. | ||
|
||
Some good resources to get started for beginners: | ||
- Open Source Guides: [How to contribute to Open Source](https://opensource.guide/how-to-contribute/) | ||
- GitHub: [GitHub training kit](https://training.github.com/) | ||
- DigitalOcean: [Introduction to Open Source](https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source) | ||
- GitHub: [Write good PRs](https://github.blog/2015-01-21-how-to-write-the-perfect-pull-request/) |