From 5dae2ff9b2070248114f96d1065892ce6e6c0f78 Mon Sep 17 00:00:00 2001 From: Hana <53426441+hanako-eo@users.noreply.github.com> Date: Sun, 5 Mar 2023 17:25:48 +0100 Subject: [PATCH] ci: add github issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 ++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..ec2d994 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] name of your bug" +labels: bug +assignees: hanako-eo + +--- + +## Describe the bug +A clear and concise description of what the bug is. + +## Code To Reproduce +```js +// Your code +``` + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Screenshot(s) +If applicable, add screenshots to help explain your problem. + +## Additional Info (please complete the following information) + - OS: [e.g. Windows] + - Browser [e.g. chrome, safari] + - Yeap Version [e.g. 1.3.0] + +## Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c86010e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[PROP] Your proposal" +labels: enhancement +assignees: hanako-eo + +--- + +## Explications +A clear and concise description of the new functionality you wish to see added in Yeap. + +## Syntax / Example +```js +// A short exemple of your functionality +``` + +## Old syntax +```js +// A brief example of the code produced with the latest version of Yeap without your functionality, if it does not exist delete this part +``` + +## Additional context +Add any other context or screenshots about the feature request here.