From acd3af266b3dd791ba6445b1657644bfaa4346bb Mon Sep 17 00:00:00 2001
From: echelon2 <echelon2@mail.i2p>
Date: Fri, 28 Feb 2020 18:09:31 +0000
Subject: [PATCH] added skeleton bountie page telling no bounties available

---
 i2p2www/pages/site/get-involved/bounties.html | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 i2p2www/pages/site/get-involved/bounties.html

diff --git a/i2p2www/pages/site/get-involved/bounties.html b/i2p2www/pages/site/get-involved/bounties.html
new file mode 100644
index 000000000..733a24adb
--- /dev/null
+++ b/i2p2www/pages/site/get-involved/bounties.html
@@ -0,0 +1,12 @@
+{% extends "global/layout.html" %}
+{% block title %}{{ _('Bounties') }}{% endblock %}
+{% block content %}
+<p>{% trans -%}
+Thank you for your interest in contributing to I2P!<br>
+<br>
+Currently there is no bounty system available.
+<br>
+{%- endtrans %}</p>
+{% endblock %}
+
+
-- 
GitLab