diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..b207d1dfb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' +--- + + +### Summary + + +### Steps to reproduce + + +### Example Project + + +### What is the current *bug* behavior? + + +### What is the expected *correct* behavior? + + +### Relevant logs and/or screenshots + + +### Output of checks + + +- Version (`hurl --version`): +- Operating system and version: + +### Possible fixes + + + diff --git a/.github/ISSUE_TEMPLATE/feature_proposal.md b/.github/ISSUE_TEMPLATE/feature_proposal.md new file mode 100644 index 000000000..3ebabcfe1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_proposal.md @@ -0,0 +1,29 @@ +--- +name: Feature proposal +about: Suggest an idea for this project +title: '' +labels: 'enhancement' +assignees: '' + +--- + +### Problem to solve + + + +### Proposal + + + +### Additional context and resources + + + + +### Tasks to complete + + + +- [ ] ...