Skip to content

Commit

Permalink
Update contributing guide for 2024 (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
tghosth authored Feb 8, 2024
1 parent 70df896 commit 7a656c5
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,17 @@
# Contributing

**This document applies during 2022 and may change at a future date.**

<!--
## General description
open issue > discuss, if agreed > pull request
## Versions
for what versions what kind of changes are allowed
definition of breaking change
## Opening issue
expectation from issue
## Pull-request
expectation from PR
-->
**This document applies during 2024 and may change at a future date.**

### Introduction

The current status of the ASVS project is as follows:

The ASVS project is planning to release a 5.0 version during 2022 which will be a significant modification, similar to the scale of changes which happened during 4.0.
The ASVS project is planning to release a 5.0 version during 2024 which will be a significant modification, similar to the scale of changes which happened during 4.0.

We will try, on a best efforts basis, to address issues and push changes to the "bleeding edge" master branch within the 5.0 folder **without altering current numbering** and using tagging ([see below](CONTRIBUTING.md#use-tags-to-describe-the-change)) to make changes clearer. This is in order to make it easier to use this branch on an ongoing basis. However, we will no longer be accepting changes to the 4.0 folder which is now fixed at the 4.0.3 release.

Please also focus attention on the requirements themselves and **not** on the surrounding text or on the introductory chapters (files 0x01-0x04). This because the text might have become outdated where requirements have changed and also because our goal is to significantly cut down this text anyway in 5.0.

### Before you open a Pull Request

Please do not open a pull request without first opening an associated issue. Please do not open an issue until you have used the search functionality to ensure that the issue has not previously been discussed and that there are no currently open issues relating to it. For example, [this link](https://github.com/OWASP/ASVS/issues?q=is%3Aissue+bcrypt) searches for issues (open and closed) related to bcrypt.
Expand Down

0 comments on commit 7a656c5

Please sign in to comment.