mirror of https://github.com/actions/toolkit
Add a bug report issue template (#160)
Provide an issue template that will help people locate the GitHub Community forum for GitHub Actions.pull/183/head
parent
f210cdb256
commit
a1c30dfc53
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
You're opening a bug report for the GitHub Actions Toolkit - this is the toolkit you can use to build your own reusable Actions in JavaScript or TypeScript.
|
||||||
|
|
||||||
|
If you're having trouble using GitHub Actions, you have a bug or need help with your workflow, then please post your question at:
|
||||||
|
|
||||||
|
GitHub Community Forum for GitHub Actions
|
||||||
|
https://github.community/t5/GitHub-Actions/bd-p/actions
|
||||||
|
|
||||||
|
Thanks for trying GitHub Actions!
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior.
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Code Snippet**
|
||||||
|
If applicable, add a code snippet to help explain your problem.
|
||||||
|
|
||||||
|
**Additional information**
|
||||||
|
Add any other context about the problem here.
|
Loading…
Reference in New Issue