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

meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4b0989c  document switch to GitHub issues
4b0989c is described below

commit 4b0989cef340cfc8e4588406b1d59cf51937d7cb
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Jul 20 11:19:26 2026 -0700

    document switch to GitHub issues
---
 CONTRIBUTING.md | 4 ++++
 README.md       | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 53ba907..3adf7e9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,6 +50,10 @@ Serve the website, open `http://localhost:1313`, and inspect:
 1. Add content/pages in Hugo (`site-src/content`, `site-src/layouts`, 
`site-src/data`).
 1. Keep public URL paths stable unless an intentional migration is documented.
 
+## Issue tracker
+
+Use GitHub Issues.
+
 ## Pull Requests
 
 1. Clone/fork the repository.
diff --git a/README.md b/README.md
index 5caf427..0fa7a87 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Apache Fineract website source repository for 
<https://fineract.apache.org>, a H
 - Git
 - Docker
 
-## What's where
+## Guide to this repository
 
 - Sources are in `site-src/` (OK to edit)
 - Static assets (published as-is, OK to edit)
@@ -20,6 +20,10 @@ Apache Fineract website source repository for 
<https://fineract.apache.org>, a H
   - `doap_Fineract.rdf` → `/doap_Fineract.rdf`
 - Generated output is in `.build/site` (do not edit)
 
+## Issue tracker
+
+Issues are on [GitHub](https://github.com/apache/fineract-site/issues) (as of 
July 20, 2026 -- older ones are in 
[JIRA](https://issues.apache.org/jira/browse/FINERACT-2664?jql=project%20%3D%20FINERACT%20AND%20component%20%3D%20website))
+
 ## Local Build and Checks (Docker)
 
 1. Build the site tool image:

Reply via email to