minor #17855 Simplify markdown for PR template (Pierstoval)

This PR was merged into the 2.3 branch.

Discussion
----------

Simplify markdown for PR template

I know it's all about rendering in the issue, but actually putting `[` in markdown can create some issues.

Here, having raw informations looks better IMO and does not cause any rendering issue when not used. And double-click-selection does not force to remove the brackets manually.

What do you think?

Commits
-------

a278035 Simplify markdown for PR template
This commit is contained in:
Christian Flothmann 2016-02-19 22:51:09 +01:00
commit 66fb0bd43d

View File

@ -1,10 +1,10 @@
| Q | A
| ------------- | ---
| Bug fix? | [yes|no]
| New feature? | [yes|no]
| BC breaks? | [yes|no]
| Deprecations? | [yes|no]
| Tests pass? | [yes|no]
| Fixed tickets | [comma-separated list of tickets fixed by the PR, if any]
| Bug fix? | yes/no
| New feature? | yes/no
| BC breaks? | yes/no
| Deprecations? | yes/no
| Tests pass? | yes/no
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
| License | MIT
| Doc PR | [reference to the documentation PR, if any]
| Doc PR | reference to the documentation PR, if any