Issue templates (#17)
Some checks failed
ci-workflow / build (macos-latest) (push) Has been cancelled
ci-workflow / build (ubuntu-latest) (push) Has been cancelled
ci-workflow / build (windows-latest) (push) Has been cancelled
release / release (push) Has been cancelled

* Inital draft for issue templates

* pull request template

Co-authored-by: t-dedah <t-dedah@github.com>
This commit is contained in:
Sankalp Kotewar
2022-07-21 12:10:48 +05:30
committed by GitHub
parent 8365ebe619
commit c9e4fce9e8
5 changed files with 96 additions and 0 deletions

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question on how to use GitHub CLI
about: For general-purpose questions and answers, see the Discussions section.
url: https://github.com/cli/cli/discussions
- name: Ask a question on how to use GitHub Actions Cache CLI extension
about: For general-purpose questions and answers for Cache CLI extension, see the Discussions section.
url: https://github.com/actions/gh-actions-cache/discussions #TODO - Enable discussions once went public.
- name: Ask a question about the GitHub Actions Cache API
about: Please check out the GitHub community forum for discussions about the GitHub Actions Cache API.
url: https://github.com/actions/cache/discussions