-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from 0xneves/issue-templates
chore: adding issue templates
- Loading branch information
Showing
3 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |