Skip to content

Commit

Permalink
issue template form
Browse files Browse the repository at this point in the history
  • Loading branch information
plon-Susk7 committed Oct 10, 2023
1 parent fd572f4 commit 19a01cc
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 76 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
projects: ["tattle-made/uli"]
assignees:
- ''
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Describe the bug
description: Write A clear and concise description of what the bug is.
placeholder: "A bug happended!"
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior
placeholder: "1. Go to '...' \n2. Click on '....' \n3. Scroll down to '....' \n4. See error"
value: ""
validations:
required: true
- type: input
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: "I expected..."
validations:
required: true
- type: image
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: input
id: desktop
attributes:
label: Desktop
description: Please complete the following information:
placeholder: "OS: [e.g. iOS] \nBrowser [e.g. chrome, safari] \nVersion [e.g. 22]"
validations:
required: false
-type: input
id: smartphone
attributes:
label: Smartphone
description: Please complete the following information:
placeholder: "Device: [e.g. iPhone6] \nOS: [e.g. iOS8.1] \nBrowser [e.g. stock browser, safari] \nVersion [e.g. 22]"
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature Request]: "
labels: ["enhancement"]
projects: ["tattle-made/uli"]
assignees:
- ''
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request report!
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: "I'm always frustrated when..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: "I'd like it if..."
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: "I've considered..."
validations:
required: false
- type: image
id: screenshots
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/qa_test_checklist.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/qa_test_checklist.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: QA Test Checklist
description: Use this as a guide for manual QA
title: "[QA]: "
labels: ["qa"]
projects: ["tattle-made/uli"]
assignees:
- 'dennyabrain'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this QA Test Checklist report!
- type: dropdown
id: browsers
attributes:
label: Browsers
description: Which browsers did you test?
multiple: true
options:
- Chrome
- Brave
- Firefox
- type: checkboxes
id: features
attributes:
description: Features to check
options:
- Users are able to archive a tweet on their device
- Users are able to send an archived tweet to their email
- Users are able to hide tweets with OGBV on their feed
- Users are able to update their Preference
- Uli is able to hide slurs on user's feed

0 comments on commit 19a01cc

Please sign in to comment.