Skip to content

Commit

Permalink
chore: Add user support issue template (#146)
Browse files Browse the repository at this point in the history
* chore: Add user support issue template
* chore: Fix title
* chore: Add link to Actions Documentation

Close #58
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent 6852043 commit 86214f3
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: 'Bug: This is a sample issue title'
title: 'sample_title'
labels: bug
assignees: peaceiris

Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ contact_links:
- name: GitHub Actions Community Forum
url: https://git.luolix.topmunity/t5/GitHub-Actions/bd-p/actions
about: Please ask questions about GitHub Actions here.
- name: GitHub Pages help
- name: GitHub Pages Documentation
url: https://help.github.com/en/github/working-with-github-pages
about: GitHub Pages documentaion here.
about: GitHub Pages official documentaion here.
- name: GitHub Actions Documentation
url: https://help.github.com/en/actions
about: GitHub Actions official documentaion here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Proposal
about: Suggest an idea for this project
title: 'proposal: This is a sample title'
title: 'sample_title'
labels: proposal
assignees: peaceiris

Expand Down
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/user_support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: User support
about: Questions for this action
title: 'sample_title'
labels: support
assignees: peaceiris
---

**Check list before opening this issue**

- [ ] I read the latest README
- I checked [Available Options](https://github.com/peaceiris/actions-gh-pages#options)
- I followed [Tips and FAQ](https://github.com/peaceiris/actions-gh-pages#tips-and-faq)
- I tried [Workflow Examples](https://github.com/peaceiris/actions-gh-pages#examples)

**Describe your question**

A clear and concise description of what the question is.

**Link to your contents**

- Link to your public repository here
- Link to your workflow here

**Screenshots**

If applicable, add screenshots to help explain your question.

**Additional context**

Add any other context about the problem here.

0 comments on commit 86214f3

Please sign in to comment.