From 44c46f8aa5ec4ac5de4569d6f566891f342c4ec2 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 7 Nov 2017 15:59:52 -0600 Subject: [PATCH] Indicate the Discourse category for the repo in the SUPPORT template --- README.md | 6 ++++-- template/docs/SUPPORT.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7535d9..1910af0 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ repositories, including: - a `docs/` directory with support templates: - `CODE_OF_CONDUCT.md` with the Code Manifesto. - `CONTRIBUTING.md` with instructions on how to contribute; replace the - placeholders `{org}`, `{repo}` with appropriate values. + placeholders `{org}` and `{repo}` with appropriate values. - `ISSUE_TEMPLATE.md` for new issues; replace the placeholders `{org}` and `{repo}` with appropriate values. - `PULL_REQUEST_TEMPLATE.md` for new pull requests. - `SUPPORT.md` with instructions on how to get support for the package; - replace the placeholders `{org}`, `{repo}` with appropriate values. + replace the placeholders `{org}` and `{repo}` with appropriate values; + replace the placeholder `{category}` with one of `expressive`, `components`, + or `apigility`, depending on the repository type. ## Maintainer tools diff --git a/template/docs/SUPPORT.md b/template/docs/SUPPORT.md index f33fe7f..84a11de 100644 --- a/template/docs/SUPPORT.md +++ b/template/docs/SUPPORT.md @@ -5,7 +5,7 @@ Zend Framework offers three support channels: - For real-time questions, use our [Slack](https://zendframework-slack.herokuapp.com) - For detailed questions (e.g., those requiring examples) use our - [forums](https://discourse.zendframework.com/c/contributors) + [forums](https://discourse.zendframework.com/c/questions/{category}) - To report issues, use this repository's [issue tracker](https://github.com/{org}/{repo}/issues/new)