From b8fba10e0a64966fb44ef8be477702f97e3ddbd2 Mon Sep 17 00:00:00 2001 From: AhmedAbdelmenam Date: Mon, 19 Aug 2024 14:13:27 +0300 Subject: [PATCH] edit some test to pr for dev --- .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++ .github/workflows/webhook.yml | 1 + 2 files changed, 29 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1750820 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ +## Description + +Please provide a brief summary of the changes in this PR. + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Test case +- [ ] Documentation update +- [ ] Other (please describe) + +## Checklist + +- [ ] I have added tests that prove my fix is effective or that my feature works (optional) +- [ ] I have added necessary documentation (if applicable) + +## 4- steps to test ? + +Please provide a brief summary of the steps required to test the changes in this PR. + +## 5- results ? + +Please provide a brief summary of the results after testing the changes in this PR. + +## 7- screenshots ? + +Please provide screenshots of the results after testing the changes in this PR. diff --git a/.github/workflows/webhook.yml b/.github/workflows/webhook.yml index cea256a..4803b51 100644 --- a/.github/workflows/webhook.yml +++ b/.github/workflows/webhook.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - dev pull_request: types: - closed