Skip to content

Commit

Permalink
docs: Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Aug 4, 2023
1 parent 80c752c commit 40ad3ec
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
labels: 'Type: Bug'
---


<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->

### `xurlfind3r` version:
<!-- We only accept issues that are reproducible on the latest version of `xurlfind3r`. -->
<!-- You can find the latest version of project at https://github.com/hueristiq/xurlfind3r/releases/ -->

### 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. Run 'xurlfind3r ..'
2. See error...
-->

### Anything else:
<!-- Links? References? Screnshots? Anything that will give us more context about the issue that you are encountering! -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,11 @@
---
name: Feature request
about: Request feature to implement in this project
labels: 'Type: Enhancement'
---

### Please describe your feature request:
<!-- A clear and concise description of feature to implement -->

### Describe the use case of this feature:
<!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. -->

0 comments on commit 40ad3ec

Please sign in to comment.