From c47bfa46bd43c204bcf13946746a21ff0a5c838c Mon Sep 17 00:00:00 2001 From: kaustav202 <21f2000656@student.onlinedegree.iitm.ac.in> Date: Wed, 12 Oct 2022 17:43:48 +0530 Subject: [PATCH 1/2] added pr and issue template --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 23 +++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 20 +++++++++++++++ 3 files changed, 74 insertions(+) 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.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 00000000..e74fa0ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: report to help us improve +labels: bug +--- + +## Current behavior + + + +## Expected behavior + + + +## Steps to reproduce the issue + + + +## Can you handle fixing this bug by yourself? + +- [ ] YES +- [ ] NO + +## Environment details + +- Browser: +- OS: +- Code Version: + +## Additional information + \ 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 00000000..30a12f31 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +labels: feature request + +--- + +## What is the motivation for adding/enhancing this feature? + + + +## What are the acceptance criteria? + + +- [ ] ... + +## Can you complete this feature request by yourself? + +- [ ] YES +- [ ] NO + +## Additional information + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..52c37e64 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +### Related Issues + + +Closes # + +### Short Description and Why It's Useful + + + +### Screenshots of Visual Changes before/after (If There Are Any) + + + +**IMPORTANT NOTICE** - Remember to add changelog entry + + +### Contribution and Currently Important Rules Acceptance + + +- [ ] I read and followed [contribution rules](https://github.com/hotwax/job-manager#contribution-guideline) \ No newline at end of file From 514de1fda78bf699d134be011822ec0caf209198 Mon Sep 17 00:00:00 2001 From: kaustav202 <89788120+kaustav202@users.noreply.github.com> Date: Wed, 12 Oct 2022 21:16:53 +0530 Subject: [PATCH 2/2] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Aditya Sharma --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 52c37e64..78ec6a35 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,4 +17,4 @@ Closes # ### Contribution and Currently Important Rules Acceptance -- [ ] I read and followed [contribution rules](https://github.com/hotwax/job-manager#contribution-guideline) \ No newline at end of file +- [ ] I read and followed [contribution rules](https://github.com/hotwax/import#contribution-guideline) \ No newline at end of file