KRYSTALM7 opened a new pull request, #107: URL: https://github.com/apache/fineract-backoffice-ui/pull/107
## Description This pull request enables GitHub Issue tracking for the Apache Fineract Back Office UI repository by updating the configuration file. This aligns the repository with Infra's process for requesting/enabling an issue and feature-request tracker, as outlined in the [ASF Infra documentation](https://infra.apache.org/request-bug-tracker.html). ## Highlights - Added a `features` block under the `github` section in `.asf.yaml`. - Enabled `issues: true` to activate GitHub Issue tracking. - Enabled `wiki: true` and `projects: true` alongside issues. - No other existing configuration (notifications, merge buttons, branch protection rulesets) was modified. ## Issue Link [FINERACT-2681](https://issues.apache.org/jira/browse/FINERACT-2681) ## Checklist - [x] I have read the Apache Fineract Contributing Guidelines. - [x] My pull request is linked to the correct JIRA ticket number. - [x] My commit message follows the `FINERACT-<issue-no> - <issue-desc>` format. - [x] I have manually verified the configuration changes. - [x] I have verified that the project builds successfully. ## Method of Testing **Manual Verification** - Reviewed the `.asf.yaml` diff to confirm only the `features` block was added. - Confirmed no other existing keys/values were altered. - Successfully ran a local build to ensure no unintended changes were introduced. ## Build Command ``` npm install npm run build ``` ## Notes This pull request is a configuration-only change and does not modify application functionality. It enables GitHub Issues as the tracker for this repository per Infra's request. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
