minor #13882 [maintenance]Unify markdown tables (Ferror)

This PR was merged into the 1.12-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | none
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
<img width="874" alt="Screenshot 2022-04-17 at 00 32 36" src="https://user-images.githubusercontent.com/17534504/163693300-71da6a05-4c8d-4729-9722-30a24aa8e196.png">




Commits
-------

7c8b4dd945 [maintenance]Unify markdown tables
This commit is contained in:
Łukasz Chruściel 2022-04-29 19:12:44 +02:00 committed by GitHub
commit e66eed0814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View file

@ -1,10 +1,10 @@
| Q | A
| ---------------- | -----
| Bug report? | no/yes
| Feature request? | no/yes
| BC Break report? | no/yes
| RFC? | no/yes
| Sylius version | 1.x.y
| Q | A |
|------------------|--------|
| Bug report? | no/yes |
| Feature request? | no/yes |
| BC Break report? | no/yes |
| RFC? | no/yes |
| Sylius version | 1.x.y |
<!--
- For support requests and how-tos, visit https://docs.sylius.com/en/latest/book/support/

View file

@ -1,12 +1,12 @@
| Q | A
| --------------- | -----
| Branch? | 1.10, 1.11 or master <!-- see the comment below -->
| Bug fix? | no/yes
| New feature? | no/yes
| BC breaks? | no/yes
| Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | fixes #X, partially #Y, mentioned in #Z
| License | MIT
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.10, 1.11 or master <!-- see the comment below --> |
| Bug fix? | no/yes |
| New feature? | no/yes |
| BC breaks? | no/yes |
| Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | fixes #X, partially #Y, mentioned in #Z |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)