diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-18 02:26:56 +0100 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-18 02:30:39 +0100 |
| commit | 3cf233bb6a774e48e2edde7db71ce89ad1b0a5ae (patch) | |
| tree | 560cc73b81c92eabe5f6093025226094793c6673 | |
| parent | 38ef16945e6c2009ac86d39b7795a52e07294a7b (diff) | |
| download | sphinx-git-3cf233bb6a774e48e2edde7db71ce89ad1b0a5ae.tar.gz | |
Replace question issue placeholder with a button
Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 6 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/question.md | 17 |
2 files changed, 6 insertions, 17 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..c9009b90e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser +blank_issues_enabled: false # default: true +contact_links: +- name: Question + url: https://groups.google.com/forum/#!forum/sphinx-users + about: For Q&A purpose, please use sphinx-users mailing list. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 712676950..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Question -about: For Q&A purpose, please use https://groups.google.com/forum/#!forum/sphinx-users -title: For Q&A purpose, please use sphinx-users group -labels: 'question' -assignees: '' - ---- - -# Important - -This is a list of issues for Sphinx, **not a forum**. -If you'd like to post a question, please move to sphinx-users group. -https://groups.google.com/forum/#!forum/sphinx-users - -Thanks, - |
