Community
From SEnginx
Contents |
SEnginx Code
SEnginx uses Git as the source code version control system. For information about how to use Git, click Here.
SEnginx source code repository hosted on GitHub is at: https://github.com/NeusoftSecurity/SEnginx
You can clone a read-only repository:
git clone git://github.com/NeusoftSecurity/SEnginx
SEnginx Mailing List
Mailing list page: http://mail.senginx.org/mailman
- English Mailing List:
- Chinese Mailing List:
Participate in SEnginx Development
SEnginx community uses Fork & Pull mode of GitHub. Follow the steps below to participate in SEnginx development:
- Register on GitHub for an account.
- Fork SEnginx source codes on GitHub. Click Here for detailed steps.
- Clone the forked SEnginx source codes to your local computer.
- Modify the cloned SEnginx codes on your local computer.
- Push the modified SEnginx source codes to GitHub.
- Post a Pull request. Click Here for detailed steps.
Report SEnginx's Bug
If you find any bugs on SEnginx, please inform us through GitHub Issues by doing the following:
- Go to GitHub SEnginx Home page: https://github.com/NeusoftSecurity/SEnginx
- Click New Issue.
- Fill in problem description.