-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd572f4
commit 19a01cc
Showing
6 changed files
with
144 additions
and
76 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |