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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jul 25, 2023
2 parents 1b46b7f + 31676bc commit 9d5d976
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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:
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -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
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9d5d976

Please sign in to comment.