diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..508e6b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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`. + +### 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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..26cd51b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md new file mode 100644 index 0000000..f64554c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -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"_ diff --git a/.github/ISSUE_TEMPLATE/submit-a-request.md b/.github/ISSUE_TEMPLATE/submit-a-request.md new file mode 100644 index 0000000..60a475b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/submit-a-request.md @@ -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 you’d 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. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7abdf21 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +### What are you trying to accomplish? + + + +### What approach did you choose and why? + + + +### Anything you want to highlight for special attention from reviewers? + + \ No newline at end of file