mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
* chore: Add user support issue template * chore: Fix title * chore: Add link to Actions Documentation Close #58
32 lines
792 B
Markdown
32 lines
792 B
Markdown
---
|
|
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.
|