forked from OWASP/www-project-top-10-in-xr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89e732e
commit 13f0ef3
Showing
1 changed file
with
41 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Contributing Guidelines | ||
|
||
Thank you for your interest in contributing to an OWASP project. We welcome all contributions and appreciate your efforts to improve our projects. | ||
|
||
## Getting Started | ||
|
||
To get started with contributing to any OWASP project, please follow these steps: | ||
|
||
1. [Join](http://owasp.org/slack/invite) the [OWASP Slack workspace](https://owasp.slack.com) to connect with the OWASP community and get help with any questions you may have. | ||
|
||
2. Review the [OWASP Projects](https://owasp.org/projects/) page to browse the list of OWASP projects and find a project that aligns with your interests and skills. | ||
|
||
3. Visit the project's individual page and repository to familiarize yourself with the project goals and objectives. | ||
|
||
4. Fork the repository and clone it to your local machine. | ||
|
||
5. Install any necessary dependencies and set up your development environment. | ||
|
||
6. Make your changes and test them locally to ensure they work as expected. | ||
|
||
7. Submit a pull request with your changes. | ||
|
||
## Pull Request Guidelines | ||
|
||
Before submitting a pull request, please make sure: | ||
|
||
1. Your changes are consistent with the project's goals and objectives. | ||
|
||
2. Your changes are well-documented and follow the project's coding standards. | ||
|
||
3. Your changes do not introduce new bugs or break existing functionality. | ||
|
||
4. Your changes are accompanied by tests, if applicable. | ||
|
||
5. Your pull request includes a clear and concise description of the changes you have made. | ||
|
||
## Code of Conduct | ||
|
||
We ask that all contributors to OWASP projects abide by our [Code of Conduct](https://owasp.org/www-policy/operational/code-of-conduct). This code outlines our expectations for behavior within the project community and helps us maintain a welcoming and inclusive environment for all contributors. | ||
|
||
Thank you for your interest in contributing to an OWASP project. We appreciate your efforts to help us improve and grow our projects. |