Skip to content

Commit

Permalink
Merge pull request #16 from dappforce/feat/templates
Browse files Browse the repository at this point in the history
feat: add issue templates
  • Loading branch information
omidasadpour authored Aug 23, 2023
2 parents 5e1a24b + b8a989a commit a5b100e
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---

name: 🐛 Bug Report
about: Template for reporting bugs
title: '<title>'
labels: bug
assignees: ''

---

<!--
Note: Please search to see if an issue already exists for the bug you encountered.
-->

### Current Behavior:
<!-- A concise description of what you're experiencing. -->

### Expected Behavior:
<!-- A concise description of what you expected to happen. -->

### Steps To Reproduce:
<!--
Example: steps to reproduce the behavior:
1. In this environment...
1. With this config...
1. Run '...'
1. See error...
-->

## Environment
<!-- What is the environment that the bug happens?
Example:
- OS: Ubuntu 20.04
- Node: 13.14.0
- npm: 7.6.3
-->

## ✔️ Possible solutions
<!-- (This section is optional.)
Any hint on how to solve the issue?
What parts of the code will be affected?
-->

### Anything else:
<!--
Links? References? Anything that will give us more context about the issue that you are encountering!
-->
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: ✨ Feature request
about: Template for requesting new features
title: "<title>"
labels: enhancement
assignees: ""
---

## 📚 Context
<!--
What is the problem that you are trying to solve?
Why is this problem relevant?
-->

## ✔️ Solution
<!--
(This section and the ones below are optional.)
What are the possible solutions?
If there are multiple, what are the benefits and drawbacks of each one?
-->

## 📈 Subtasks
<!--
- [ ] If there is a solution, what are the subtasks for completing this issue?
-->

## 🎯 Definition of Done
<!--
- [ ] If there is a solution, what are the final deliverables?
-->

0 comments on commit a5b100e

Please sign in to comment.