From f0e90ef73b7666995fe636f446da3a74dbd0f5f9 Mon Sep 17 00:00:00 2001 From: jesperpedersen Date: Thu, 10 Dec 2020 02:24:53 -0500 Subject: [PATCH] Moving questions to GitHub Discussions --- .github/ISSUE_TEMPLATE/question.md | 10 ---------- README.md | 2 +- doc/GETTING_STARTED.md | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 6b29ec9c..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Question -about: 'A question about the usage or configuration of pgagroal ' -title: '' -labels: question -assignees: '' - ---- - - diff --git a/README.md b/README.md index 85936665..cf1e23eb 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Remember to set the `log_level` configuration option to `debug5`. Contributions to `pgagroal` are managed on [GitHub.com](https://github.com/agroal/pgagroal/) -* [Ask a question](https://github.com/agroal/pgagroal/issues) +* [Ask a question](https://github.com/agroal/pgagroal/discussions) * [Raise an issue](https://github.com/agroal/pgagroal/issues) * [Feature request](https://github.com/agroal/pgagroal/issues) * [Code submission](https://github.com/agroal/pgagroal/pulls) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index afa03a6e..c109c045 100644 --- a/doc/GETTING_STARTED.md +++ b/doc/GETTING_STARTED.md @@ -244,7 +244,7 @@ the project interesting. Feel free to -* [Ask a question](https://github.com/agroal/pgagroal/issues) +* [Ask a question](https://github.com/agroal/pgagroal/discussions) * [Raise an issue](https://github.com/agroal/pgagroal/issues) * [Submit a feature request](https://github.com/agroal/pgagroal/issues) * [Write a code submission](https://github.com/agroal/pgagroal/pulls)