OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
lcobucci
/
jwt
/
.github
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:34:18 AM
rwxr-xr-x
📄
CONTRIBUTING.md
1.29 KB
08/12/2024 10:33:26 AM
rw-r--r--
📄
FUNDING.yml
37 bytes
08/12/2024 10:33:26 AM
rw-r--r--
📄
SECURITY.md
484 bytes
08/12/2024 10:33:26 AM
rw-r--r--
📁
workflows
-
08/12/2024 10:34:17 AM
rwxr-xr-x
Editing: CONTRIBUTING.md
Close
# Contributing to lcobucci/jwt First off, thanks for taking the time to contribute! ## Reporting issues We accept bug and feature requests via issues created [here](https://github.com/lcobucci/jwt/issues). ### Prior to submitting a bug report - **Always search the issue or pull request list first** - The odds are good that if you've found a problem, someone else has found it, too; - **Always try the [master](https://github.com/lcobucci/jwt) branch** - to see if the reported bug has not already been fixed. ## Pull Requests We accept contributions via pull requests [here](https://github.com/lcobucci/jwt/pulls). - Follow [PSR-2 coding standards](http://www.php-fig.org/psr/psr-2); - Follow [PSR-4 autoloading standards](http://www.php-fig.org/psr/psr-4); - Follow [semver](http://semver.org); - Add tests (everything MUST be well tested); - Improve documentation (don't forget to update README.md); - Create topic branchs (don't send a PR from your master); - One pull request per feature; - Send coherent history by rebasing your work before submitting; ### Branches - **master**: used to the next major release (new features that breaks BC) - **3.x**: used to fix bugs - **2.1**: unmaintained (all users should upgrade to +3.x) **Thank you and happy coding!** @lcobucci