diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..effe885 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +--- +name: General issue +about: Create a report to help us improve +labels: general +--- + + + +### Description + +Please describe your issue in few words here. + +#### How to reproduce + +Describe the bug and list the steps you used when the issue occurred. + +#### Screenshots + +If applicable, add screenshots to help explain your problem. + +### Versions + +* Last commit id on master: +* Operating System (lsb_release -a): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c2a046b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: bug +--- + + + +### Description + +Please describe your issue in few words here. + +#### How to reproduce + +Describe the bug and list the steps you used when the issue occurred. + +#### Screenshots + +If applicable, add screenshots to help explain your problem. + +### Versions + +* Last commit id on master: +* Operating System (lsb_release -a): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..01bf646 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Request a new feature in Nirjas +labels: enhancement +--- + + + +### Description + +Please describe your situation in few words here. + +#### Steps followed and expected result + +Describe the steps followed by you and your expected results after following the steps. + +#### Screenshots + +If applicable, add screenshots to help explain your problem. \ No newline at end of file