Contribute
Code
The source code is at [{{ urls.repo }}]({{ urls.repo }}). Design specs are in docs/superpowers/specs/. Implementation plans are in docs/superpowers/plans/.
Contributions welcome:
- Translations — drop a
<lang>.mdfile next to the English version - Bug fixes — open an issue or PR
- Features — please open an issue first to discuss
Money
This instance is operated by {{ instance.operator }} and runs on donations.
{% if donate.btc %}
Bitcoin: {{ donate.btc }}
{% endif %}
{% if donate.paypal %} PayPal: [Donate via PayPal]({{ donate.paypal }}) {% endif %}
{% if not donate.btc and not donate.paypal %} This instance does not accept tips. To run your own, see [{{ urls.repo }}]({{ urls.repo }}). {% endif %}