Closed MatissJanis closed 1 month ago
The pull request introduces a new section called contact_links
in the .github/ISSUE_TEMPLATE/config.yml
file, which provides users with specific resources for inquiries related to feature requests, bank-sync issues, and general support. Additionally, it removes the feature-request.yml
template, which previously guided users in submitting feature requests. The changes aim to streamline user interactions with issue submissions.
Files | Change Summary |
---|---|
.github/ISSUE_TEMPLATE/config.yml | Added a new section contact_links with entries for "Feature request", "Bank-sync issues", and "Support". |
.github/ISSUE_TEMPLATE/feature-request.yml | Deleted the file defining the feature request template. |
Objective | Addressed | Explanation |
---|---|---|
Allow users to submit feature requests without confusion (#468) | ❌ | The feature request template was removed, causing potential confusion for users. |
Closes #468