This is an automated email from the ASF dual-hosted git repository.

leonardcs pushed a commit to branch feature/issue-tracker
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git

commit cf02e2011cba1aeb7efe278f7aef8c5c849903bb
Author: Leonard <[email protected]>
AuthorDate: Thu Jul 13 12:16:27 2023 +0200

    Add issue tracker
---
 src/pages/_meta.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/pages/_meta.json b/src/pages/_meta.json
index 33d279b..b470cd1 100644
--- a/src/pages/_meta.json
+++ b/src/pages/_meta.json
@@ -36,7 +36,12 @@
         "title": "Mailing Lists",
         "href": "/community/mailing-lists"
       },
-      "contact": {
+      "issue-tracker": {
+        "title": "Issue Tracker",
+        "href": "https://github.com/apache/incubator-baremaps/issues";,
+        "newWindow": true
+      },
+      "contribute": {
         "title": "Contribute to Baremaps",
         "href": 
"https://github.com/apache/incubator-baremaps/blob/main/CONTRIBUTING.md";,
         "newWindow": true

Reply via email to