From 57444ba33bd47e126f7c765e26f94f499a3897a9 Mon Sep 17 00:00:00 2001 From: IvanIhnatsiuk Date: Sun, 27 Oct 2024 18:05:14 +0100 Subject: [PATCH] feat: add guthub templates --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 44 +++++++++++++++++++++++ 3 files changed, 102 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 0000000..49d44c7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: bug +assignees: IvanIhnatsiuk +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Code snippet** +Add your code snippet where error has been occurred. + +**Repo for reproducing** +I would be highly appreciate if you can provide repository for reproducing your issue. It can significantly reduce the time for discovering and fixing the problem. + +**To Reproduce** +Steps to reproduce the behavior: + + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Smartphone (please complete the following information):** + +- Desktop OS: [e.g. Windows 10, MacOS 10.15.5] +- Device: [e.g. iPhone8] +- OS: [e.g. iOS 10.0] +- RN version: [e.g. 0.68.2] +- RN architecture: [e.g. old/new or paper/fabric] +- JS engine: [e.g. JSC, Hermes, v8] +- Library version: [e.g. 1.2.0] + +**Additional context** +Add any other context about the problem here. \ 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 0000000..d8fbfba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: Feature +assignees: IvanIhnatsiuk +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. \ 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 0000000..fdef12f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,44 @@ +## 📜 Description + + + +## 💡 Motivation and Context + + + + +## 📢 Changelog + + + + +### JS + +- +- + +### iOS + +- +- + +### Android + +- +- + +## 🤔 How Has This Been Tested? + + + + + +## 📸 Screenshots (if appropriate): + + + + +## 📝 Checklist + +- [ ] CI successfully passed +- [ ] I added new mocks and corresponding unit-tests if library API was changed \ No newline at end of file