From 3dce6ef84e59e7207e1e974a97f04127dde85f83 Mon Sep 17 00:00:00 2001 From: Isin Altinkaya Date: Wed, 10 Apr 2024 15:41:15 +0200 Subject: [PATCH] [chore] Add issue templates, update gitignore --- .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++ .github/ISSUE_TEMPLATE/report-a-bug.md | 63 +++++++++++++++++++++++ .gitignore | 8 +-- 3 files changed, 94 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/report-a-bug.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..318b9f5 --- /dev/null +++ b/.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: '' + +--- + + + +## Description + + + +### Solution + + + +### Describe the alternatives you've considered + + + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 0000000..8fcd9ae --- /dev/null +++ b/.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: '' + +--- + + + + + +## Describe the bug + + + +### Expected Behavior + + + +### Current Behavior + + + +### Possible Solution + + + +## Steps to Reproduce + + + +``` +# the command: + +``` + + +## To Reproduce + +### Steps to reproduce + + + +``` +# paste your command below: + +``` + +### Data + + + + +## Version + + + +``` +# paste the output of vcfgl -v below: + +``` diff --git a/.gitignore b/.gitignore index 96a0f08..979babf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ -*d -*o +*.d +*.o vcfgl -*arg +*.arg output* +test/testwd/ +misc/testwd/ test/*arg test/*_test* *.swp