Skip to content

Commit

Permalink
Merge pull request #12 from 0xneves/issue-templates
Browse files Browse the repository at this point in the history
chore: adding issue templates
  • Loading branch information
0xneves authored Jan 16, 2024
2 parents 2bdf376 + 3819c8f commit 396cc5d
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: 'bug: '
labels: bug
assignees: ''

---

## Bug Report

### Swaplace version

<!-- Please specify the commit or tag version. -->

### Current behavior

<!-- Describe how the bug manifests. -->

### Expected behavior

<!-- Describe what the behavior would be without the bug. -->

### Steps to reproduce

<!-- Please explain the steps required to duplicate the issue,
especially if you can provide a sample application. -->

### Related code

<!-- If you can illustrate the bug or feature request
with an example, please provide it here. -->

```sh
insert short code snippets here
```

### Other information

<!-- Could you list any other information that is relevant to your issue?
Related issues, suggestions on how to fix, Stack Overflow links,
forum links, etc. -->
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
blank_issues_enabled: false
contact_links:
- name: Swaplace Community Support
url: https://github.com/blockful-io/swaplace-cairo/discussions
about: Please ask and answer questions here.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'feat:'
labels: enhancement
assignees: ''

---

## Feature Request

### Describe the Feature Request

<!-- A clear and concise description of the feature request.
Please include if your feature request is related to a problem. -->

### Describe Preferred Solution

<!-- A clear and concise description of what you want to happen. -->

### Describe Alternatives

<!-- A clear and concise description of any alternative solutions or
features you've considered. -->

### Related Code

<!-- If you can illustrate the bug or feature request with an
example, please provide it here. -->

### Additional Context

<!-- List any other information that is relevant to your issue. Stack traces,
related issues, suggestions on how to add, use case, Stack Overflow links,
forum links, screenshots, OS if applicable, etc. -->

0 comments on commit 396cc5d

Please sign in to comment.