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

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,26 @@
---
name: "\U0001F41B Bug report"
about: Report a bug or unexpected behavior while using GitHub Actions Cache CLI extension
title: ''
labels: bug
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is. Include CLI version by typing `gh actions-cache --version` and extension version by typing `gh actions-cache --version`. <!--TODO: Implement version printing for the cache -->
### Steps to reproduce the behavior
1. Execute this command '...'
2. View the output '....'
3. See error
### Expected vs actual behavior
A clear and concise description of what you expected to happen and what actually happened.
### Logs
Paste the activity from your command line. Redact if needed.