-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/off-ramp
- Loading branch information
Showing
299 changed files
with
18,099 additions
and
5,653 deletions.
There are no files selected for viewing
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
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,103 @@ | ||
name: Bug Report | ||
description: Using MetaMask, but it's not working as you expect? | ||
title: "[Bug]: " | ||
labels: ["type-bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
## **Before Submitting:** | ||
* Please search to make sure this issue has not been opened already. | ||
* If this is a question about how to integrate MetaMask with your project, please ask in our [Community forum](https://community.metamask.io/c/developer-questions/) instead. This will get your question answered more quickly and make it easier for other devs to find the answer in the future. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug | ||
description: What happened? | ||
placeholder: A clear and concise description of what the bug is | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: What did you expect to happen? | ||
- type: textarea | ||
id: screenshot | ||
attributes: | ||
label: Screenshots | ||
description: Please include screenshots if applicable! | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: "List all steps needed to reproduce the problem:" | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: error | ||
attributes: | ||
label: Error messages or log output | ||
description: Please copy and paste any relevant error messages or log output. This will be automatically formatted, so there is no need for backticks. | ||
render: shell | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of MetaMask are you running? You can find the version in "Settings" > "About" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: build | ||
attributes: | ||
label: Build type | ||
description: Are you using a testing or development build of MetaMask? If so, please select the type of build you are using. | ||
options: | ||
- Beta | ||
- Flask | ||
- Other (please specify exactly where you obtained this build in "Additional Context" section) | ||
- type: input | ||
id: devices | ||
attributes: | ||
label: Device | ||
description: Which device have you seen the problem on? | ||
placeholder: | | ||
Brand and model of your device | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: Operating system | ||
description: Which operating systems have you seen the problem on? | ||
multiple: true | ||
options: | ||
- iOS | ||
- Android | ||
- Other (please elaborate in the "Additional Context" section) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here, e.g. related issues, additional error messages or logs, or any potentially relevant details about the environment or situation the bug occurred in. | ||
- type: textarea | ||
id: severity | ||
attributes: | ||
label: Severity | ||
description: | | ||
To be added after bug submission by internal support / PM: | ||
placeholder: | | ||
- How critical is the impact of this bug on a user? | ||
- Add stats if available on % of customers impacted | ||
- Is this visible to all users? | ||
- Is this tech debt? |
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Request a new feature | ||
url: https://community.metamask.io/c/feature-requests-ideas/ | ||
about: Request new features and vote on the ones that are important to you | ||
- name: Get support or ask a question | ||
url: https://metamask.zendesk.com/hc/en-us | ||
about: Use the MetaMask support system to get help and ask questions |
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,105 @@ | ||
name: General issue | ||
description: For any issues | ||
labels: [] | ||
assignees: [] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## **Description** | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What is this about? | ||
placeholder: Describe the issue here. | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## **Scenario (for user stories only)** | ||
- type: textarea | ||
id: scenario | ||
attributes: | ||
label: Scenario | ||
placeholder: | | ||
- GIVEN a user is in x state | ||
- WHEN a user does x | ||
- AND a user does x | ||
- THEN x should occur | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## **Design (for user stories only)** | ||
- type: textarea | ||
id: design | ||
attributes: | ||
label: Design | ||
placeholder: If available, provide a link to the design (e.g., Figma) or screenshots. If you're an external contributor and don't have access to the design, feel free to skip this step or provide any visual representation of the issue if possible. | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## **Technical Details (for technical tasks only)** | ||
- type: textarea | ||
id: technical-details | ||
attributes: | ||
label: Technical Details | ||
placeholder: | | ||
- Implementation details | ||
- Insight to what needs to be done | ||
- Etc. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## **[Threat Modeling Framework](https://github.com/adamshostack/4QuestionFrame) (for technical tasks only)** | ||
- type: textarea | ||
id: threat-modeling | ||
attributes: | ||
label: Threat Modeling Framework | ||
placeholder: | | ||
- What are we working on? What does this aim to solve? | ||
- What can go wrong? | ||
- What are we going to do about it? | ||
- Did we do a good job? | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## **Acceptance Criteria** | ||
- type: textarea | ||
id: acceptance-criteria | ||
attributes: | ||
label: Acceptance Criteria | ||
placeholder: | | ||
- Are metrics required? | ||
- Are translations required? | ||
- Cases to satisfy | ||
- XYZ should work | ||
- Etc. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## **References** | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: References | ||
placeholder: | | ||
- References go here. | ||
- Screenshots. | ||
- Issue numbers. Links. | ||
- Slack threads. | ||
- Etc. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.