|
1 | 1 | # Contributing
|
| 2 | + |
2 | 3 | Pterodactyl does not accept Pull Requests (PRs) _for new functionality_ from users that are not currently part of the
|
3 | 4 | core project team. It has become overwhelming to try and give the proper time and attention that such complicated PRs
|
4 | 5 | tend to require — and deserve. As a result, it is in the project's best interest to limit the scope of work on
|
5 | 6 | new functionality to work done within the core project team.
|
6 | 7 |
|
7 | 8 | PRs that address existing _bugs_ with a corresponding issue opened in our issue tracker will continue to be accepted
|
8 |
| -and reviewed. Their scope is often signficantly more targeted, and simply improving upon existing and well defined |
| 9 | +and reviewed. Their scope is often significantly more targeted, and simply improving upon existing and well defined |
9 | 10 | logic.
|
10 | 11 |
|
11 | 12 | ### Responsible Disclosure
|
| 13 | + |
12 | 14 | This is a fairly in-depth project and makes use of a lot of parts. We strive to keep everything as secure as possible
|
13 | 15 | and welcome you to take a look at the code provided in this project yourself. We do ask that you be considerate of
|
14 | 16 | others who are using the software and not publicly disclose security issues without contacting us first by email.
|
15 | 17 |
|
16 |
| -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 |
| 18 | +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 |
17 | 19 | publicly disclose whatever issue you have found. We understand how frustrating it is when you find something big and
|
18 | 20 | no one will respond to you. This holds us to a standard of providing prompt attention to any issues that arise and
|
19 | 21 | keeping this community safe.
|
20 | 22 |
|
21 |
| -If you've found what you believe is a security issue please email `dane@pterodactyl.io`. Please check |
| 23 | +If you've found what you believe is a security issue please email `matthew@pterodactyl.io`. Please check |
22 | 24 | [SECURITY.md](/SECURITY.md) for additional details.
|
23 | 25 |
|
24 | 26 | ### Contact Us
|
25 |
| -You can find us in a couple places online. First and foremost, we're active right here on Github. If you encounter a |
| 27 | + |
| 28 | +You can find us in a couple places online. First and foremost, we're active right here on GitHub. If you encounter a |
26 | 29 | 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.
|
27 | 30 |
|
28 | 31 | You can also find us on [Discord](https://discord.gg/pterodactyl).
|
0 commit comments