-
Notifications
You must be signed in to change notification settings - Fork 944
Create issue template with required fields #7275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
84795e3
Create new bug template with required fields
dwyfrequency ae7f598
Remove unnecessary fields
dwyfrequency a5ca79e
Add javascript as render option
dwyfrequency 0df6fdc
Update body
dwyfrequency ab9d74b
Add description of the problem
dwyfrequency bfe9c61
Update file a bug report before-you-start section
dwyfrequency f327a47
Edit form to include multiple selection
dwyfrequency ad5c60c
Update wording and remove rendering language
dwyfrequency 13a9891
Update label for Firebase SDK Product
dwyfrequency File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,84 @@ | ||
name: 🐞 Bug Report V2 | ||
description: File a bug report | ||
title: '[Bug]: ' | ||
body: | ||
- type: markdown | ||
id: before-you-start | ||
attributes: | ||
value: | | ||
*[READ THIS]:* to evaluate if you are in the right place? | ||
- For issues or feature requests related to __the code in this repository__, file a Github issue. | ||
- If this is a __feature request__, make sure the issue title starts with "FR:". | ||
- For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) with the firebase tag. | ||
- For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) google group. | ||
- For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized [Firebase support channel](https://firebase.google.com/support/). | ||
- type: input | ||
id: operating-system | ||
attributes: | ||
label: Operating System | ||
description: Describe your operating system | ||
placeholder: ex. iOS 16.4 | ||
validations: | ||
required: true | ||
- type: input | ||
id: browser-version | ||
attributes: | ||
label: Browser Version | ||
description: Describe your browser version | ||
placeholder: ex. Safari/604.1 | ||
validations: | ||
required: true | ||
- type: input | ||
id: firebase-sdk-version | ||
attributes: | ||
label: Firebase SDK Version | ||
description: Describe your Firebase SDK Version | ||
placeholder: ex. 9.16.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: firebase-sdk-products | ||
attributes: | ||
label: 'Firebase SDK Product:' | ||
description: Which Firebase Products are used in your app? | ||
multiple: true | ||
options: | ||
- Analytics | ||
- AppCheck | ||
- Auth | ||
- Component | ||
- Database | ||
- Firestore | ||
- Functions | ||
- Installations | ||
- Logger | ||
- Messaging | ||
- Performance | ||
- Remote-Config | ||
- Storage | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: project-tooling | ||
attributes: | ||
label: Describe your project's tooling | ||
description: Describe the tooling your app is built with | ||
placeholder: React app with Webpack and Jest | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: describe-your-problem | ||
attributes: | ||
label: Describe the problem | ||
description: Describe what you were trying to do and what occurred | ||
placeholder: | | ||
What were you trying to accomplish? What happened? This should include a background description, log/console output, etc. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce-code | ||
attributes: | ||
label: Steps and code to reproduce issue | ||
description: Please provide a description of how to replicate your issue. Copy and paste any relevant code here to reproduce the problem or links to code to reproduce it. | ||
validations: | ||
required: true | ||
dwyfrequency marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.