Skip to content

Commit 77c91b4

Browse files
Make it so user has to enter title on new bugs
1 parent 1930878 commit 77c91b4

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
@@ -147,7 +147,7 @@ <h1>{{ page.title }}</h1>{% endif %} {% if page.advisory %}
147147
<ul>
148148
{% if edit_url != "" %}
149149
<li><a href="{{ edit_url }}"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page</a></li>{% endif %}
150-
<li><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 }})"
150+
<li><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 }})"
151151
class="nomunge"><i class="fa fa-check" aria-hidden="true"></i> Request docs changes</a></li>
152152
<li><a href="https://www.docker.com/docker-support-services"><i class="fa fa-question" aria-hidden="true"></i> Get support</a></li>
153153
<!-- day/night switch

0 commit comments

Comments
 (0)