diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b1f9a99 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: "\U0001F41B Bug report" +about: Create a bug report to help improve Identity Connect +title: "[Bug]" +labels: bug +assignees: '' + +--- + +# 🐛 Bug + + + +## 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 + + + +## System information + +**Please complete the following information:** +- +- + + +## Additional context + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/documentation_bug_report.md b/.github/ISSUE_TEMPLATE/documentation_bug_report.md new file mode 100644 index 0000000..8133a2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_bug_report.md @@ -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 + + + +## Steps to reproduce + + + +** Error message or problem ** +``` +// Paste the output here +``` + +## Expected Behavior + + + +## System information + +**Please complete the following information:** +- + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a9e6bd2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: "\U0001F680 Feature request" +about: Suggest a new feature for Identity Connect +title: "[Feature Request]" +labels: enhancement +assignees: '' + +--- + +# 🚀 Feature Request + + + +## Motivation + +**Is your feature request related to a problem? Please describe.** + + + +## Pitch + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md)) + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md new file mode 100644 index 0000000..7cbc27a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -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) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..56cf24b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +## Description + + +## Test Plan