Skip to content
Snippets Groups Projects
Commit 2327df29b935 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Split feature into idea and blueprint

parent 543e2cbff821
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
("Report Bugs & Issues", 'bug', None),
("Submit Changes", 'develop', None),
("Translate", 'translate', None),
("Write Blueprints", 'feature', None),
("Propose Changes", 'feature', None),
]
%}
{% extends "layout-toc.html" %}
......@@ -161,7 +161,7 @@
</div>
</div>
<div>
<h2 class="card-title" id="feature">Write Blueprints</h2>
<h2 class="card-title" id="feature">Propose Changes</h2>
<p class="card-text">
Large changes and sizable features must first be discussed with the community so a consensus can be reached.
</p>
......@@ -165,7 +165,8 @@
<p class="card-text">
Large changes and sizable features must first be discussed with the community so a consensus can be reached.
</p>
<a href="https://discuss.tryton.org/c/feature" class="btn btn-primary">Submit a Blueprint</a>
<a href="https://discuss.tryton.org/c/feature/ideas" class="btn btn-primary">Submit an Idea</a>
<a href="https://discuss.tryton.org/c/feature" class="btn btn-secondary">Write a Blueprint</a>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment