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.

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

28
.github/ISSUE_TEMPLATE/feedback.md vendored Normal file
View File

@@ -0,0 +1,28 @@
---
name: "\U0001F4E3 Feedback"
about: Give us general feedback about the GitHub Actions Cache CLI extension
title: ''
labels: feedback
assignees: ''
---
# CLI Feedback
You can use this template to give us structured feedback or just wipe it and leave us a note. Thank you!
## What have you loved?
_eg "the nice colors"_
## What was confusing or gave you pause?
_eg "it did something unexpected"_
## Are there features you'd like to see added?
_eg "gh actions-cache cli extension needs colours and tables"_
## Anything else?
_eg "have a nice day"_

View File

@@ -0,0 +1,20 @@
---
name: "⭐ Submit a request"
about: Surface a feature or problem that you think should be solved
title: ''
labels: enhancement
assignees: ''
---
### Describe the feature or problem youd like to solve
A clear and concise description of what the feature or problem is.
### Proposed solution
How will it benefit Actions Cache CLI extension and its users?
### Additional context
Add any other context like screenshots or mockups are helpful, if applicable.