From 48896c3fe2182ca409d7e8867e6361295e4f84de Mon Sep 17 00:00:00 2001 From: damithc Date: Sun, 8 Sep 2024 16:58:42 +0800 Subject: [PATCH] AB3 tutorials: Mention a way to report bugs --- common/common-fragments.md | 7 +++++++ tutorials/ab3RemovingFields.md | 8 +++++++- tutorials/ab3TracingCode.md | 5 +---- 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 common/common-fragments.md diff --git a/common/common-fragments.md b/common/common-fragments.md new file mode 100644 index 00000000..34a2f810 --- /dev/null +++ b/common/common-fragments.md @@ -0,0 +1,7 @@ +
+ + + +**Noticed any bugs/issues or unclear areas** while following this tutorial? Help us improve it by reporting it at [our issue tracker](https://github.com/se-edu/guides/issues). + +
diff --git a/tutorials/ab3RemovingFields.md b/tutorials/ab3RemovingFields.md index 3dd6962a..971496d2 100644 --- a/tutorials/ab3RemovingFields.md +++ b/tutorials/ab3RemovingFields.md @@ -4,6 +4,8 @@ title: "{{ title }}" pageNav: 3 --- + + # {{ title }} > Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away. @@ -111,4 +113,8 @@ In `src/test/data/`, data meant for testing purposes are stored. While keeping t You can go through each individual `json` file and manually remove the `address` field. -[:fas-arrow-left: Previous](ab3AddRemark.md) | [:fas-arrow-up: **ToC**](ab3.md) \ No newline at end of file +[:fas-arrow-left: Previous](ab3AddRemark.md) | [:fas-arrow-up: **ToC**](ab3.md) + +-------------------------------------------------------------------------------- +**Authors:** +* Initial Version: Jeffry Lum diff --git a/tutorials/ab3TracingCode.md b/tutorials/ab3TracingCode.md index c956f2ee..b655677a 100644 --- a/tutorials/ab3TracingCode.md +++ b/tutorials/ab3TracingCode.md @@ -5,10 +5,7 @@ title: "{{ title }}" pageNav: 3 --- - - -**Noticed any bugs/issues or unclear areas** while following this tutorial? Help us improve it by reporting it at [our issue tracker](https://github.com/se-edu/guides/issues). - + # {{ title }}