Skip to content

Commit

Permalink
[github] Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Jun 3, 2024
1 parent e514404 commit f5c4a07
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: "\U0001F41B Bug report"
about: Create a bug report to help improve the Aptos Typescript SDK
title: "[Bug] <Bug Title>"
labels: bug
assignees: ''

---

# 🐛 Bug Description

<!--
A clear description of what the bug is.
To report a security issue, please email [email protected].
-->

## How to reproduce

**Code snippet to reproduce**
```typescript
// Your code goes here
// Please make sure to list any dependencies
```

**Stack trace / error message**
```
// Paste the output here
```

## Expected Behavior

<!--
A clear description of what the expected behavior is
-->

## System information

**System details:**
- Typescript SDK Version
- Platform (e.g. Node, browser, etc.)

## Additional context

Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Questions and Help (on Aptos Developer Discussions)
url: (https://github.com/aptos-labs/aptos-developer-discussions/discussions
about: Support and other Questions are handled by the team and the community on Aptos Developer Discussions.
- name: Questions, Help and Chat (on Discord)
url: https://discord.gg/aptosnetwork
about: Contact the development team, contributors and community on Discord
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: "\U0001F680 Feature request"
about: Suggest a new feature in the Aptos Typescript SDK
title: "[Feature Request] <Feature Title>"
labels: enhancement
assignees: ''

---

# 🚀 Feature Request Description

<!-- A clear description of the feature being requested -->

## Motivation

**Is your feature request related to a problem? Please describe you use case.**
<!-- A clear description of what the problem is. Ex. I'm always frustrated when I try to do [...] -->

<!-- Please link to any relevant issues or other pull requests! -->

## Pitch

**Describe the solution you would like**
<!-- A clear description of your expected feature behavior. -->

**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. -->
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Description
<!-- Please describe your change and its motivation. -->

### Test Plan
<!-- Please provide us with clear details for verifying that your changes work. -->

### Related Links
<!-- Please link to any relevant issues or pull requests! -->

0 comments on commit f5c4a07

Please sign in to comment.