2016-01-20 22:39:03 +01:00
|
|
|
# Contributing
|
2022-02-20 16:59:58 +01:00
|
|
|
Pterodactyl does not accept Pull Requests (PRs) _for new functionality_ from users that are not currently part of the
|
|
|
|
core project team. It has become overwhelming to try and give the proper time and attention that such complicated PRs
|
|
|
|
tend to require — and deserve. As a result, it is in the project's best interest to limit the scope of work on
|
|
|
|
new functionality to work done within the core project team.
|
|
|
|
|
|
|
|
PRs that address existing _bugs_ with a corresponding issue opened in our issue tracker will continue to be accepted
|
|
|
|
and reviewed. Their scope is often signficantly more targeted, and simply improving upon existing and well defined
|
|
|
|
logic.
|
2017-04-24 22:52:04 +02:00
|
|
|
|
2016-01-20 22:39:03 +01:00
|
|
|
### Responsible Disclosure
|
2021-03-26 17:50:46 +01:00
|
|
|
This is a fairly in-depth project and makes use of a lot of parts. We strive to keep everything as secure as possible
|
|
|
|
and welcome you to take a look at the code provided in this project yourself. We do ask that you be considerate of
|
|
|
|
others who are using the software and not publicly disclose security issues without contacting us first by email.
|
2016-01-20 22:39:03 +01:00
|
|
|
|
2021-03-26 17:50:46 +01:00
|
|
|
We'll make a deal with you: if you contact us by email and we fail to respond to you within a week you are welcome to
|
|
|
|
publicly disclose whatever issue you have found. We understand how frustrating it is when you find something big and
|
|
|
|
no one will respond to you. This holds us to a standard of providing prompt attention to any issues that arise and
|
|
|
|
keeping this community safe.
|
2016-01-20 22:39:03 +01:00
|
|
|
|
2022-07-25 01:45:49 +02:00
|
|
|
If you've found what you believe is a security issue please email `dane@pterodactyl.io`. Please check
|
|
|
|
[SECURITY.md](/SECURITY.md) for additional details.
|
2016-01-20 22:39:03 +01:00
|
|
|
|
2021-03-26 17:50:46 +01:00
|
|
|
### Contact Us
|
|
|
|
You can find us in a couple places online. First and foremost, we're active right here on Github. If you encounter a
|
|
|
|
bug or other problems, open an issue on here for us to take a look at it. We also accept feature requests here as well.
|
2016-01-20 22:39:03 +01:00
|
|
|
|
2021-03-26 17:50:46 +01:00
|
|
|
You can also find us on [Discord](https://discord.gg/pterodactyl).
|