From fca6b9f6096baa5dd85593f5238aa2a973e05518 Mon Sep 17 00:00:00 2001 From: "Minwoo(Daniel) Park" Date: Tue, 25 Jul 2023 15:51:21 +0900 Subject: [PATCH 1/3] git: add bug issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..2ac74cd54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: dsdanielpark + +--- + +💚💜 Thank you for interest. ❤️💛 +Please make sure to check for more efficient package management. *Please prioritize checking existing issues first. I will repay with higher-quality code.* + +**To Reproduce** +- [ ] I have read [README.md](https://github.com/dsdanielpark/Bard-API). Please read me. +- [ ] I have searched for existing issues. *(Most of the issues are duplicates.)* +- [ ] I installed the appropriate version and confirmed that the previous version was properly removed upon reinstallation. +- [ ] I also checked the environment (not only on a single local machine but also on Google Colab, different Google accounts, and tried resetting cookies, etc. Please make sure to attempt these steps if necessary, and test the functionality in a new virtual environment if needed.) + +Example +``` +pip uninstall bardapi # and restart kernel +pip install bardapi==0.1.29 # check proper version +pip install -u bardapi==0.1.29 # upgrade version +``` + +```python +import bardapi +bardapi.__version__ +``` +----------Please delete the content above this line, including this line.------------- + + +**Describe the bug** +A clear and concise description of what the bug is. + +**Version** +OS: +Python: +Bard API: +Using proxy: +Legion: From ba891dcf11144571da2c7216406751cc3918a778 Mon Sep 17 00:00:00 2001 From: "Minwoo(Daniel) Park" Date: Tue, 25 Jul 2023 15:54:52 +0900 Subject: [PATCH 2/3] git: add issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..db9242a75 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +💚💜 Thank you for interest. ❤️💛 +Please make sure to check for more efficient package management. *Please prioritize checking existing issues first. I will repay with higher-quality code.* + +**To Reproduce** +- [ ] I have read [README.md](https://github.com/dsdanielpark/Bard-API). Please read me. +- [ ] I have searched for existing issues. *(Most of the issues are duplicates.)* + +----------Please delete the content above this line, including this line.------------- + + +**Solution you'd like** +A clear and concise description of what you want to happen. From 31676bcf28b874d87bb89cf2f371f4ef0cefb8b6 Mon Sep 17 00:00:00 2001 From: "Minwoo(Daniel) Park" Date: Tue, 25 Jul 2023 15:56:18 +0900 Subject: [PATCH 3/3] git: update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 000000000..410337768 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,33 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +💚💜 Thank you for interest. ❤️💛 +Please make sure to check for more efficient package management. *Please prioritize checking existing issues first. I will repay with higher-quality code.* + +**To Reproduce** +- [ ] I have read [README.md](https://github.com/dsdanielpark/Bard-API). Please read me. +- [ ] I have searched for existing issues. *(Most of the issues are duplicates.)* +- [ ] I installed the appropriate version and confirmed that the previous version was properly removed upon reinstallation. +- [ ] I also checked the environment (not only on a single local machine but also on Google Colab, different Google accounts, and tried resetting cookies, etc. Please make sure to attempt these steps if necessary, and test the functionality in a new virtual environment if needed.) + +Example +``` +pip uninstall bardapi # and restart kernel +pip install bardapi==0.1.29 # check proper version +pip install -u bardapi==0.1.29 # upgrade version +``` + +```python +import bardapi +bardapi.__version__ +``` +----------Please delete the content above this line, including this line.------------- + + +Free form