forked from aptos-labs/identity-connect-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
5 changed files
with
122 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Create a bug report to help improve Identity Connect | ||
title: "[Bug]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 🐛 Bug | ||
|
||
<!-- A clear and concise description of what the bug is. | ||
To report a security issue, please email [email protected]. --> | ||
|
||
## To reproduce | ||
|
||
**Code snippet to reproduce** | ||
```Typescript | ||
// Your code goes here | ||
// Please make sure it does not require any external dependencies | ||
``` | ||
|
||
**Stack trace/error message** | ||
``` | ||
// Paste the output here | ||
``` | ||
|
||
## Expected Behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
## System information | ||
|
||
**Please complete the following information:** | ||
- <!-- Where this happened --> | ||
- <!-- Device OS --> | ||
|
||
|
||
## Additional context | ||
|
||
Add any other context about the problem here. |
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,35 @@ | ||
--- | ||
name: "\U0001F41B Documentation/aptos.dev Bug report" | ||
about: Create a bug report to help improve the Aptos Developers' Website | ||
title: "[Bug]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 🐛 Bug | ||
|
||
<!-- A clear and concise description of your issue with the documentation or website. | ||
To report a security issue, please email [email protected]. --> | ||
|
||
## Steps to reproduce | ||
|
||
<!-- Please include all steps to reproduce the issue --> | ||
|
||
** Error message or problem ** | ||
``` | ||
// Paste the output here | ||
``` | ||
|
||
## Expected Behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
## System information | ||
|
||
**Please complete the following information:** | ||
- <!-- Browser type and version --> | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context about the problem here. --> |
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,32 @@ | ||
--- | ||
name: "\U0001F680 Feature request" | ||
about: Suggest a new feature for Identity Connect | ||
title: "[Feature Request]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 🚀 Feature Request | ||
|
||
<!-- A clear and concise description of the feature you are requesting --> | ||
|
||
## Motivation | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
<!-- Please link to any relevant issues or other PRs! --> | ||
|
||
## Pitch | ||
|
||
**Describe the solution you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md)) | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
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,10 @@ | ||
--- | ||
name: ❓ Questions/Help | ||
about: If you have questions, please check Discord | ||
--- | ||
|
||
## ❓ Questions and Help | ||
|
||
### Please note that this issue tracker is not a help form and this issue will be closed. | ||
|
||
Please contact the development team on [Discord](https://discord.com/invite/aptoslabs) |
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,4 @@ | ||
## Description | ||
|
||
|
||
## Test Plan |