Skip to content

Commit 3516293

Browse files
authored
Added different ways to contribute to the repository
Changes made to the readme file
1 parent 68efaa4 commit 3516293

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ Join Discussions on the [mailing list](https://lists.owasp.org/mailman/listinfo/
6161

6262
For any other queries contact me at: **[email protected]**
6363

64+
## How to contribute?
65+
Well, there are various ways to contribute to this project. Find few of them listed below:
66+
- Found a bug? Raise a bug in [the issue page](https://github.com/mebjas/CSRF-Protector-PHP/issues?q=is%3Aissue+is%3Aopen+label%3Abug). Please make sure it's not a duplicate of an existing issue.
67+
- Have a feature request? Raise one at [the issue page](https://github.com/mebjas/CSRF-Protector-PHP/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement). As mentioned above please do a basic check if this `enhancement` exist in mentioned link.
68+
- Want to contribute code to this project?
69+
- Best way to start is by picking up one of [the issues with `Up For Grab` label](https://github.com/mebjas/CSRF-Protector-PHP/issues?q=is%3Aissue+is%3Aopen+label%3A%22Up+For+Grabs%22). Leave a comment, that you intend to help on this > fork > send a pull request to `master branch`.
70+
6471
### FAQ:
6572
1. What happens if token expires? - https://github.com/mebjas/CSRF-Protector-PHP/wiki/what-if-token-expires
6673
2. Secure flag in cookie? - https://github.com/mebjas/CSRF-Protector-PHP/issues/54

0 commit comments

Comments
 (0)