From 604d0042025e86285eb6d7b88fe0033f10413760 Mon Sep 17 00:00:00 2001 From: shaunsingh Date: Wed, 16 Jun 2021 19:15:19 -0400 Subject: [PATCH] Add PR and Issue templates (#730) * added issue and PR templete * Add more information * Update feature_request.md --- .DS_Store | Bin 0 -> 6148 bytes .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++ .github/PULL_REQUEST_TEMPLATE.yml | 15 ++++++++++ 4 files changed, 60 insertions(+) create mode 100644 .DS_Store create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.yml diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..6eb6ca217efc0469a6e2c627f0cbb889d495fcb3 GIT binary patch literal 6148 zcmeHKPfG$p6n~?ZqY-(C>NuBf5=s(v2o|$Lw_u|V6}pR}3$`n|CS}Hci~2@=guYJi z&5V*+hb|HF9=!Rzd4Fb@-!Ah907P}zECUn(K%x?+a@c$$6enGfl=Tn_Jw^wH;QOON z&+jf|v*SN9K;JG4d(egeV)*p^A|E4fey2S@uwRVh^_lbqb%EgzpX?j9b;Pm|{t!>qucP|JqJDZHZb zWs&!8KkPzzi@0OV5Da_~hEsuap@D8iH?no?n(7{ZjJU)emzVq(yggU~bMICf@XUnoM)j((-n zK{y7vWd@jmc?Qy^TcGp*^yl~gd=dAU0cK#S7!aA7TdU%d?Af}oI67+;Y6F#o@)Coy k5;XKtjJb3a@1SZyzaj(Cv6vV{4+>udG!5J^1AofE2m0z!^#A|> literal 0 HcmV?d00001 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4423fb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. macOS 11.4] + - Neovide Version [e.g. 0.5.0] + - Neovim Version [e.g. 0.5.0] + +**Please run `neovide --log` and paste the results here:** + +**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..6e74a07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.yml b/.github/PULL_REQUEST_TEMPLATE.yml new file mode 100644 index 0000000..d743bcf --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.yml @@ -0,0 +1,15 @@ +# Pull Requests + +Please note that we accept pull requests from anyone, but that does not mean it will be merged. + +## What kind of change does this PR introduce? +* Fix +* Feature +* Codestyle +* Refactor +* Other + +## Did this PR introduce a breaking change? +_A breaking change includes anything that breaks backwards compatibility either at compile or run time._ +* Yes, please list breaking changes +* No