diff --git a/docs/_includes/icons/git-merge.svg b/docs/_includes/icons/git-merge.svg index e7cae4f7443..4b53af81ebe 100644 --- a/docs/_includes/icons/git-merge.svg +++ b/docs/_includes/icons/git-merge.svg @@ -1,4 +1,4 @@ - + diff --git a/docs/_includes/icons/issue-closed.svg b/docs/_includes/icons/issue-closed.svg new file mode 100644 index 00000000000..08f66571afc --- /dev/null +++ b/docs/_includes/icons/issue-closed.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/docs/_includes/ppp-badges.liquid b/docs/_includes/ppp-badges.liquid index 01844cfa36c..96514cb5a80 100644 --- a/docs/_includes/ppp-badges.liquid +++ b/docs/_includes/ppp-badges.liquid @@ -11,14 +11,23 @@ {%- for node in nodes offset:1 -%} {% assign data = node | split: ']]' %}{% assign tag = data | first | strip | split: '#' %}{% assign type = tag | first | strip %}{% assign number = tag | last | strip %} {%- if type == 'PR' -%} - + {% include icons/git-merge.svg class="icon" %} - PR#{{ number }} + PR#{{ number }} Pull Request #{{ number }}
View on GitHub
{%- for tail in data offset:1 -%} {{ tail }} {%- endfor -%} + {% elsif type == 'Issue' %} + + {% include icons/issue-closed.svg class="icon" %} + Issue#{{ number }} + Issue #{{ number }}
View on GitHub
+
+ {%- for tail in data offset:1 -%} + {{ tail }} + {%- endfor -%} {%-else -%} [[{{ node }} {%- endif -%} diff --git a/docs/_sass/ppp.scss b/docs/_sass/ppp.scss index c2bd9d5befa..c9efc66584d 100644 --- a/docs/_sass/ppp.scss +++ b/docs/_sass/ppp.scss @@ -1,4 +1,4 @@ -.pr-badge { +.ppp-badge { $color: #8250df; $border-color: #d0d7de; diff --git a/docs/team/yixiann.md b/docs/team/yixiann.md index adc9cbe1548..29ace30e8ce 100644 --- a/docs/team/yixiann.md +++ b/docs/team/yixiann.md @@ -75,11 +75,11 @@ Given below are my contributions to the project. * **Community**: * Reported bugs and suggestions for other teams in the class: - * Stats command do not calculate amount wasted by performing qty * price [[Issue#449]] (https://github.com/AY2223S1-CS2103T-W16-2/tp/issues/449) - * Stats command expiry date do not count items that expire today [Issue#448](https://github.com/AY2223S1-CS2103T-W16-2/tp/issues/448) - * Stats command fail on FoodRem having less than 3 items [Issue#447](https://github.com/AY2223S1-CS2103T-W16-2/tp/issues/447) - * Rename tag does not modify tags in items [Issue#293](https://github.com/AY2223S1-CS2103T-W16-2/tp/issues/293) - * Rename tag to same name is possible [Issue#273](https://github.com/AY2223S1-CS2103T-W16-2/tp/issues/273) + * Stats command do not calculate amount wasted by performing qty * price [[Issue#449]] + * Stats command expiry date do not count items that expire today [[Issue#448]] + * Stats command fail on FoodRem having less than 3 items [[Issue#447]] + * Rename tag does not modify tags in items [[Issue#293]] + * Rename tag to same name is possible [[Issue#273]] Other PRs: