diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a482140a..a722f1be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,7 +15,7 @@ NOTE: - This is a community project. We will triage your bug as soon as we can. - Before raising a new bug, please check our [issue list](https://github.com/certinia/debug-log-analyzer/issues) to see if it has already been reported. -- For general help, use [discussions](https://github.com/certinia/debug-log-analyzer/discussions) or [Salesforce Stack Exchange](https://salesforce.stackexchange.com/search?q=apex+log+analyzer). +- For general help or if you are not sure this is a bug, use [Q&A discussions](https://github.com/certinia/debug-log-analyzer/discussions/categories/q-a) or [all discussions](https://github.com/certinia/debug-log-analyzer/discussions). ### 💡 Description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..df40063d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: Discussions + url: https://github.com/certinia/debug-log-analyzer/discussions + about: Browse all discussions or start a new one if nothing else fits. + - name: Ask a question + url: https://github.com/certinia/debug-log-analyzer/discussions/categories/q-a + about: Not sure if it's a bug? Ask in Q&A first. + - name: Discuss an idea + url: https://github.com/certinia/debug-log-analyzer/discussions/categories/ideas + about: Suggest or validate a feature idea before opening a feature request. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2abcb5e1..e08efc8b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,6 +11,8 @@ assignees: '' Search [existing issues](https://github.com/certinia/debug-log-analyzer/issues) to check if this feature has already been suggested. +If this is an early idea, open question, or you want feedback before filing, please start an [Ideas discussion](https://github.com/certinia/debug-log-analyzer/discussions/categories/ideas) first. + > If your idea is new — awesome! Continue below 👇 ## ✨ Feature Request diff --git a/README.md b/README.md index 78791ba4..ff83be4f 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,13 @@ Or go to: `Preferences > Extensions > Apex Log Analyzer`. - [Contribute](https://github.com/certinia/debug-log-analyzer/blob/main/CONTRIBUTING.md) - [Develop](https://github.com/certinia/debug-log-analyzer/blob/main/DEVELOPING.md) +## 💬 Community + +- [All Discussions](https://github.com/certinia/debug-log-analyzer/discussions) – Browse or start a discussion if nothing below fits. +- [Announcements](https://github.com/certinia/debug-log-analyzer/discussions/categories/announcement) – Release notes and project updates +- [Q&A](https://github.com/certinia/debug-log-analyzer/discussions/categories/q-a) – Ask usage questions +- [Ideas](https://github.com/certinia/debug-log-analyzer/discussions/categories/ideas) – Suggest or discuss features + ## ❤️ Contributors Thanks to our amazing contributors! diff --git a/lana-docs/docs/community/support.md b/lana-docs/docs/community/support.md index 187379bf..c19c8179 100644 --- a/lana-docs/docs/community/support.md +++ b/lana-docs/docs/community/support.md @@ -25,4 +25,7 @@ If you see an idea you like then join the conversation to get your ideas into th ## 💬 Discussion -For discussion about best practices or if you have any questions or need help, please start a [discussion on github](https://github.com/certinia/debug-log-analyzer/discussions) +- **[All Discussions](https://github.com/certinia/debug-log-analyzer/discussions)** – Browse or start a discussion if nothing below fits. +- **[Q&A](https://github.com/certinia/debug-log-analyzer/discussions/categories/q-a)** – Ask usage questions or get help troubleshooting. +- **[Ideas](https://github.com/certinia/debug-log-analyzer/discussions/categories/ideas)** – Suggest or validate a feature before opening a feature request issue. +- **[Announcements](https://github.com/certinia/debug-log-analyzer/discussions/categories/announcement)** – Stay up to date with releases and project news.