From e91108138d7f5d89b79d284fb2eb9904938293fe Mon Sep 17 00:00:00 2001 From: Hashir Rajah Date: Thu, 16 Jan 2025 15:27:52 +0400 Subject: [PATCH 1/3] remove /docs from gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f17d386..d9ede22 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,4 @@ jspm_packages .node_repl_history .DS_Store -/docs + From 2c4e82a921e0f2558e5897a18e9d51324a97e1c0 Mon Sep 17 00:00:00 2001 From: Hashir Rajah Date: Thu, 16 Jan 2025 15:28:08 +0400 Subject: [PATCH 2/3] add pr-template --- docs/pull_request_template.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/pull_request_template.md diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md new file mode 100644 index 0000000..acf620c --- /dev/null +++ b/docs/pull_request_template.md @@ -0,0 +1,31 @@ +## Description + +### What does this PR do? + +### Related Issues or Feature Requests + +Fixes # + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update +- [ ] Breaking change +- [ ] Other: + +## Testing Details +### Steps to Reproduce + +### Testing Environment + +### Test Results + +## Checklist + +- [ ] Relevant documentation has been updated. +- [ ] Tested on supported platforms and devices. + +## Screenshots (if applicable) + +## Additional Notes From 1b3a990b1b8c2cf01d056255df2e7a616a8529ea Mon Sep 17 00:00:00 2001 From: Hashir Rajah Date: Thu, 16 Jan 2025 15:31:43 +0400 Subject: [PATCH 3/3] line --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9ede22..da7f48c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,3 @@ jspm_packages .node_repl_history .DS_Store -