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

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


The following commit(s) were added to refs/heads/main by this push:
     new d001579  Add issue tracker link (#39)
d001579 is described below

commit d0015798fcd2cdd42261fe54921227518b12be1c
Author: Leonard <[email protected]>
AuthorDate: Thu Jul 13 12:18:12 2023 +0200

    Add issue tracker link (#39)
---
 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