{% extends "base.html" %} {% load static %} {% load custom_tags %} {% block title %} Contribute to OWASP {% env 'PROJECT_NAME' %} {% endblock %} {% block description %} Learn how you can contribute to the OWASP {% env 'PROJECT_NAME' %} project, including code contributions, bug reports, documentation, and community engagement. {% endblock %} {% block keywords %} OWASP, {% env 'PROJECT_NAME' %}, contribute, code contributions, bug reports, documentation, community engagement, security research {% endblock %} {% block og_title %} Contribute to OWASP {% env 'PROJECT_NAME' %} {% endblock %} {% block og_description %} Discover the many ways you can contribute to the OWASP {% env 'PROJECT_NAME' %} project and become part of a global community working to improve web security. {% endblock %} {% block content %}
OWASP BLT thrives on the contributions of its community. Whether you're a developer, security researcher, designer, or just passionate about making the web a safer place, there are many ways you can contribute to the BLT project.
Ready to start contributing? Here are a few steps to get you going:
You don't have to be a security expert or programmer to contribute! All types of contributions are welcome.
New contributors can start with issues tagged as "good first issue" on our GitHub repository. These are specifically selected to help newcomers get started.
Join our community on the OWASP Slack Channel in the #project-blt channel to:
| Title | Time Listed | Link |
|---|---|---|
| {{ issue.title }} | {{ issue.created_at|date:"M d, Y H:i" }} | View Issue |
| No issues found. | ||
Please follow the black code style for the project. It helps us in keeping the codebase consistent and improves readability for other developers. Use pre-commit run command to make sure your changes comply with the standards.
Make sure to run pre-commit before committing so it formats the code.
Please follow the development server setup procedure here. Currently, development server can be installed using Docker or Vagrant. You can also use virtualenv or pipenv install, pipenv shell, and then continue with the remaining instructions.
/swagger/.