From 568fe1eb6066d135a7e616c8bf9e74bd1b60d072 Mon Sep 17 00:00:00 2001 From: Rajiv Ranjan Singh Date: Mon, 31 Aug 2020 03:36:18 +0530 Subject: [PATCH] added templates --- .DS_Store | Bin 6148 -> 8196 bytes .github/ISSUE_TEMPLATE/bug.md | 40 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/documentation.md | 9 ++++++ .github/ISSUE_TEMPLATE/feature.md | 17 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++++++++ 5 files changed, 89 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.DS_Store b/.DS_Store index c76e8b94d01470041123aa03c849887562707511..02e5282e8e17ddc72829d048f6d1f3ee687e5fe6 100644 GIT binary patch delta 835 zcmZ`&-)qxQ6#lZN?M+u}3pyhRMtl&Vlx`I(Y{NN;P^eCq4xeU8Y}N+Sw5Dl?l-eQl zQK1Gw=A*yxQSu+CZ{oX8{u3fT>bYS`Q}JGM?zx=vo%7|p_wE<>*JJ>~dcUyN~>$+Rdp3Cz;rg;s_vP7Exzin#^teec1>5PJ3vM1S$Q}t zEtc}iQu)#-uMErOVqUpWx;Pq1jGa7pZSzk5;gf?GuU@}-`{84Vfco7gs}vke6vt!;Ee zR^&(P;oVF>M0|%s_D<5a0$9t{@9H7Jg@*%rD~!vYvqn;uMhU7&gcA%wYxq$>1NF diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..cfc41b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,40 @@ +--- +name: πŸ› Bug Report +about: Submit a bug report to help us improve +labels: "bug" +--- + +## πŸ› Bug Report + +(A clear and concise description of what the bug is) + +## To Reproduce + +(Write your steps here:) + +## Expected behavior + + + +(Write what you thought would happen.) + +## Actual Behavior + + + +(Write what happened. Add screenshots, if applicable.) + +## Your Environment + + + +(Write Environment, Operating system and version etc.) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..ac9c057 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,9 @@ +--- +name: πŸ“š Documentation +about: Report an issue related to documentation +labels: "documentation" +--- + +## πŸ“š Documentation + +(A clear and concise description of what the issue is.) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..035cccb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,17 @@ +--- +name: πŸš€ Feature +about: Submit a proposal for a new feature +labels: "feature" +--- + +## πŸš€ Feature + +(A clear and concise description of what the feature is.) + +## Motivation + +(Please outline the motivation for the proposal.) + +## Pitch + +(Please explain why this feature should be implemented and how it would be used.) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9840858 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + +## What type of PR is this? (check all applicable) + +- [ ] ♻️ Refactor +- [ ] ✨ Feature +- [ ] πŸ› Bug Fix +- [ ] πŸ‘· Optimization +- [ ] πŸ“ Documentation Update +- [ ] πŸ”– Release +- [ ] 🚩 Other + +## Motivation + +(Write your motivation here.) + +## Related PRs and Issues + +(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)