Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark authored Oct 26, 2023
1 parent 34f8f0b commit 1a0332d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,26 @@ 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.*
**Please** make sure to check for more efficient package management.

**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 have searched for existing issues and [FAQ](https://github.com/dsdanielpark/Bard-API/blob/main/documents/README_FAQ.md) *(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
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.-------------


Expand Down

0 comments on commit 1a0332d

Please sign in to comment.