git-auto-commit-action/.github/ISSUE_TEMPLATE/bug_report.md

39 lines
771 B
Markdown
Raw Normal View History

2019-10-04 02:24:57 +08:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
2020-05-01 18:56:39 +08:00
<!-- Before opening an issue, have you tried solving your problem by explicitly setting the `branch`-value in your workflow? -->
2019-10-04 02:24:57 +08:00
**Version of the Action**
2020-05-01 18:56:39 +08:00
`v4.x.x`
2019-10-04 02:24:57 +08:00
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
2020-05-01 18:56:39 +08:00
**Used Workflow**
```yaml
# Paste the Workflow you've used here
```
2019-10-04 02:24:57 +08:00
**Additional context**
Add any other context about the problem here.