diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 306b507..eb8fb3e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 44d6533..ff684da 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: GitHub Actions Community Forum url: https://github.community/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. diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index 46b7c8b..0c7bd71 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/user_support.md b/.github/ISSUE_TEMPLATE/user_support.md new file mode 100644 index 0000000..01ce424 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user_support.md @@ -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.