forked from cunnie/sslip.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
### Contributing to sslip.io | ||
|
||
Thanks for your interest in sslip.io! This project is primarily a personal | ||
"for fun" project and I'm not actively looking to grow a community or accept | ||
contributions at this time. | ||
|
||
If you have an idea for an improvement: | ||
|
||
- Forking is encouraged! Please feel free to fork the repository and make the | ||
changes you'd like to see. You can then use your own forked version. | ||
- If you're feeling particularly ambitious, deploy servers running your forked | ||
code. A diverse ecosystem is better. Period. | ||
|
||
I'm generally not accepting pull requests for the following reasons: | ||
|
||
- Maintaining my vision: I have a specific vision for how sslip.io works and | ||
evolves. | ||
- Time commitment: Reviewing and merging pull requests takes time and focus | ||
that I prefer to spend elsewhere. | ||
- Keeping it simple: I want to keep the project manageable and avoid feature | ||
creep. | ||
|
||
However, I might consider pull requests for the following: | ||
|
||
- Critical security vulnerabilities: If you discover a serious security flaw, | ||
please report it responsibly by opening an issue. | ||
- Bugs: Include tests, use good commit messages, and squash your commits. | ||
- Minor documentation fixes: Typos or small clarifications in the documentation | ||
are welcome. | ||
|
||
Thanks for understanding! |