From ca5ce630c32fcf58e5a15cbafb07f7c252b5d7c9 Mon Sep 17 00:00:00 2001 From: Pooja1672 <148313311+Pooja1672@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:23:53 +0530 Subject: [PATCH] ADD GIT TEMPLATE (#18) * Create ISSUES_TEMPLATE.md * Create PULL_REQUEST_TEMPLATE.md --- ISSUES_TEMPLATE.md | 17 +++++++++++++++++ PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 ISSUES_TEMPLATE.md create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/ISSUES_TEMPLATE.md b/ISSUES_TEMPLATE.md new file mode 100644 index 0000000..bddc555 --- /dev/null +++ b/ISSUES_TEMPLATE.md @@ -0,0 +1,17 @@ +### Issue Description +[Describe the issue here] + +### Expected Behavior +[Explain what you expected to happen] + +### Actual Behavior +[Explain what actually happened] + +### Steps to Reproduce +[Provide steps to reproduce the issue] + +### Environment (if applicable) +[Provide information about your environment, such as OS, browser, or version] + +### Additional Context +[Add any additional context or screenshots if necessary] diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c7b4ff7 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +### Pull Request Description +[Describe the purpose of this pull request] + +### Changes Made +[Explain the changes you made in this pull request] + +### Related Issues +[Link to any related issues (e.g., fixes #1, closes #2)] + +### Checklist +- [ ] I have tested these changes. +- [ ] I have reviewed the code. +- [ ] I have updated the documentation if necessary.