Skip to content

Commit

Permalink
[chore] Add issue templates, update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
isinaltinkaya committed Apr 10, 2024
1 parent 3e1ecdc commit 3dce6ef
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FR]"
labels: enhancement
assignees: ''

---

<!--- Provide a general summary of the issue in the Title above -->

## Description

<!--- A clear and concise description of the feature request -->

### Solution

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

### Describe the alternatives you've considered

<!--- If applicable, a clear and concise description of any alternative solutions or features you've considered. -->

## Additional context

<!--- Add any other information about the feature request here -->
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
@@ -0,0 +1,63 @@
---
name: Report a bug
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

<!--- Provide a general summary of the issue in the Title above -->

<!---[IMPORTANT:] Before reporting an issue, please try reproducing the behavior using the latest version of the program. The bug might have been fixed in a later version. -->

## Describe the bug

<!--- Add a clear and concise description of what is happening below -->

### Expected Behavior

<!--- If applicable, tell us what should've happened -->

### Current Behavior

<!--- Tell us what happens instead of the expected behavior -->

### Possible Solution

<!--- Optional -->

## Steps to Reproduce

<!--- Paste the commandline code you run below -->

```
# the command:
```


## To Reproduce

### Steps to reproduce

<!--- Paste the command you used below: -->

```
# paste your command below:
```

### Data

<!--- Provide a link to a test data we can use to reproduce the behavior -->


## Version

<!--- Run `vcfgl -v` and paste the output below: -->

```
# paste the output of vcfgl -v below:
```
8 changes: 5 additions & 3 deletions .gitignore
@@ -1,8 +1,10 @@
*d
*o
*.d
*.o
vcfgl
*arg
*.arg
output*
test/testwd/
misc/testwd/
test/*arg
test/*_test*
*.swp
Expand Down

0 comments on commit 3dce6ef

Please sign in to comment.