diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-10-05 23:50:54 -0700 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2022-10-06 09:16:25 +0200 |
| commit | c15bd33f45fbd9d064f1e173c6b3ca1b216def2f (patch) | |
| tree | cd021891e64d638d83332424721454a3c4f2b3be /.github | |
| parent | 3dde36eab40406948adca633f7197beb32b29552 (diff) | |
| download | gitlab-c15bd33f45fbd9d064f1e173c6b3ca1b216def2f.tar.gz | |
chore: update the issue templates
* Have an option to go to the discussions
* Have an option to go to the Gitter chat
* Move the bug/issue template into the .github/ISSUE_TEMPLATE/
directory
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue_template.md (renamed from .github/ISSUE_TEMPLATE.md) | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c6db5ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Python Gitlab Community Support + url: https://github.com/python-gitlab/python-gitlab/discussions + about: Please ask and answer questions here. + - name: 💬 Gitter Chat + url: https://gitter.im/python-gitlab/Lobby + about: Chat with devs and community diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/issue_template.md index 8622f94..27345ab 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -1,3 +1,12 @@ +--- +name: Issue report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + ## Description of the problem, including code/CLI snippet |
