Skip to content

Commit 01a57c2

Browse files
User must enter title when creating bugs
1 parent 77c91b4 commit 01a57c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h1>{{ page.title }}</h1>{% endif %} {% if page.advisory %}
110110
<img src="/images/chat.png" alt="chat icon" style="display:inline">
111111
<b>Feedback?</b> Suggestions? Can't find something in the docs?<br/> {% if edit_url != "" %}
112112
<a href="{{ edit_url }}">Edit this page</a> <span>&#9679;</span> {% endif %}
113-
<a href="https://github.com/docker/docker.github.io/issues/new?title=Feedback for: {{ page.path }}&assignee={% if page.assignee %}{{ page.assignee }}{% else %}{{ page.defaultassignee }}{% endif %}&body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }})"
113+
<a href="https://github.com/docker/docker.github.io/issues/new?assignee={% if page.assignee %}{{ page.assignee }}{% else %}{{ page.defaultassignee }}{% endif %}&body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }}) "
114114
class="nomunge">Request docs changes</a> <span>&#9679;</span> <a href="https://www.docker.com/docker-support-services">Get support</a> <br />
115115
<div id="pd_rating_holder_8453675"></div>
116116
<script type="text/javascript">

0 commit comments

Comments
 (0)