From f9262be369129de8abd78ee5de2fc574be476472 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 23 Oct 2024 22:47:55 +0300 Subject: [PATCH 1/2] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index e7be3520..140717ed 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,6 @@ - Security reports: -If you would like to report a security vulnerability, you can open an [Issue](https://github.com/Dartvauder/NeuroChatWebUI/issues/new) or write to us by mail: dartvauder007@protonmail.com +If you would like to report a security vulnerability, you can open an [Issue](https://github.com/Dartvauder/NeuroChatWebUI/issues/new) Thank you for your attention to the project❤️ From 5cbddffb6b37a646ce1e9847b5dd2d0699e8c7fe Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 23 Oct 2024 22:50:03 +0300 Subject: [PATCH 2/2] Update and rename PULL_REQUEST_TEMPLATE.yml to PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 25 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.yml | 57 ------------------------------- 2 files changed, 25 insertions(+), 57 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..fa5f8fdb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## What type of PR is this? + +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Optimization +- [ ] Documentation Update + +## Description + +- + +## Related Tickets & Documents + +- + +## QA Instructions & Screenshots + +- + +## Added/updated tests? + +- [ ] Yes +- [ ] No, and this is why: +- [ ] I need help with writing tests diff --git a/.github/PULL_REQUEST_TEMPLATE.yml b/.github/PULL_REQUEST_TEMPLATE.yml deleted file mode 100644 index b3ad979d..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: "🪽 Pull requests" -description: Submit a Pull requests -title: "🪽 [PullRequests] - " -body: - - type: dropdown - id: PRtype - attributes: - label: "PRtype" - description: What type of PR is this? - multiple: true - options: - - Refactor - - Feature - - BugFix - - Optimization - - DocumentationUpdate - validations: - required: true - - - type: dropdown - id: Added/updated tests - attributes: - label: "Added/updated tests" - description: Have you tested these changes? - multiple: false - options: - - Yes - - No - validations: - required: false - - - type: textarea - id: Description - validations: - required: true - attributes: - label: "Description" - description: | - A clear and concise description of the Pull requests - - - type: textarea - id: Tickets & Documents - validations: - required: false - attributes: - label: "Tickets & Documents" - description: | - Related tickets and documents for the current case - - - type: textarea - id: QA Instructions & Screenshots - validations: - required: false - attributes: - label: "QA Instructions & Screenshots" - description: | - Please write in this line with instructions on how to test your changes, a note on the devices and browsers this has been tested on, as well as any relevant images for UI changes