Skip to content

Commit

Permalink
[bug-report] templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hariria committed Aug 22, 2023
1 parent 616e2ea commit d8998c3
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_bug_report.md
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. -->
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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. -->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/questions.md
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)
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Description


## Test Plan

0 comments on commit d8998c3

Please sign in to comment.