mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Add alias support (domains)
This commit is contained in:
parent
a1d829c697
commit
28a125426a
26 changed files with 1014 additions and 92 deletions
15
vendors/knockout-projections/CONTRIBUTING.md
vendored
Normal file
15
vendors/knockout-projections/CONTRIBUTING.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Thanks for your interest in contributing to Knockout Projections!
|
||||
|
||||
# Issues
|
||||
|
||||
If you think you've found a bug or limitation in this plugin, please report it using GitHub's [issues](https://github.com/SteveSanderson/knockout-projections/issues/) page.
|
||||
|
||||
# Pull requests not currently accepted
|
||||
|
||||
Very sorry, but I can't currently accept pull requests into this specific plugin due to licensing terms. This limitation *only* applies to Knockout-Projections - it *does not* apply to [Knockout.js itself](http://knockoutjs.com/), which does accept pull requests :)
|
||||
|
||||
If you have a feature suggestion, then either:
|
||||
|
||||
* [Post it as an issue](https://github.com/SteveSanderson/knockout-projections/issues/). Please don't provide a suggested implementation, but instead just describe the requirements in words so that I can implement it if agreed.
|
||||
|
||||
* Or, fork this repo and implement your feature in a separate fork. The beauty of distributed source control is that you're not dependent on a central repo to share and collaborate on enhancements!
|
||||
Loading…
Add table
Add a link
Reference in a new issue