Skip to content

Commit

Permalink
chore: create bug report github issue (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Jul 10, 2024
2 parents 5e44bd1 + 24f842e commit 0286adc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Report a bug
labels: 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.

## Environment

List the environments with the bug - dev, test, production or a combination

## Agency

List the transit agency/agencies with the bug

## Additional context

Add any other context about the problem here.
3 changes: 3 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ MD033: false

# Allow fenced code blocks
MD046: false

# Allow first line in a file to not be a top-level heading
MD041: false

0 comments on commit 0286adc

Please sign in to comment.