From fd119a52c49d01cda7e9884ef69885128554e50f Mon Sep 17 00:00:00 2001 From: machiko Date: Tue, 9 Jul 2024 11:12:02 -0700 Subject: [PATCH 1/3] feat: create bug report github issue --- .github/ISSUE_TEMPLATE/bug-report.md | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..6ef94a13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,41 @@ +--- +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. + +## Screenshots + +If applicable, add screenshots to help explain your problem. + +## Desktop (please complete the following information) + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] + +## Smartphone (please complete the following information) + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] + +## Additional context + +Add any other context about the problem here. From 458ba0cdb9046ac47692d25a328c29ffabaad6ff Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Wed, 10 Jul 2024 19:53:28 +0000 Subject: [PATCH 2/3] chore: override md rule --- .markdownlint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index b7b416c8..0f6af845 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -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 From 24f842e21f313cc5991cc9a4c23c61f6ee0586ee Mon Sep 17 00:00:00 2001 From: machiko Date: Wed, 10 Jul 2024 16:40:41 -0700 Subject: [PATCH 3/3] fix: remove device/screenshot, add environment and agency --- .github/ISSUE_TEMPLATE/bug-report.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 6ef94a13..0619e2ef 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -19,22 +19,13 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. -## Screenshots +## Environment -If applicable, add screenshots to help explain your problem. +List the environments with the bug - dev, test, production or a combination -## Desktop (please complete the following information) +## Agency -- OS: [e.g. iOS] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - -## Smartphone (please complete the following information) - -- Device: [e.g. iPhone6] -- OS: [e.g. iOS8.1] -- Browser [e.g. stock browser, safari] -- Version [e.g. 22] +List the transit agency/agencies with the bug ## Additional context