Removed wrong templates
This commit is contained in:
34
.github/ISSUE_TEMPLATE/bug-report.md
vendored
34
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -1,34 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report if you're having trouble with `fbchat`
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Description of the problem
|
|
||||||
Example: Logging in fails when the character `%` is in the password. A specific password that fails is `a_password_with_%`
|
|
||||||
|
|
||||||
## Code to reproduce
|
|
||||||
```py
|
|
||||||
# Example code
|
|
||||||
from fbchat import Client
|
|
||||||
client = Client("[REDACTED_USERNAME]", "a_password_with_%")
|
|
||||||
```
|
|
||||||
|
|
||||||
## Traceback
|
|
||||||
```
|
|
||||||
Traceback (most recent call last):
|
|
||||||
File "<test.py>", line 1, in <module>
|
|
||||||
File "[site-packages]/fbchat/client.py", line 78, in __init__
|
|
||||||
self.login(email, password, max_tries)
|
|
||||||
File "[site-packages]/fbchat/client.py", line 407, in login
|
|
||||||
raise FBchatUserError('Login failed. Check email/password. (Failed on url: {})'.format(login_url))
|
|
||||||
fbchat.models.FBchatUserError: Login failed. Check email/password. (Failed on url: https://m.facebook.com/login.php?login_attempt=1)
|
|
||||||
```
|
|
||||||
|
|
||||||
## Environment information
|
|
||||||
- Python version
|
|
||||||
- `fbchat` version
|
|
||||||
- If relevant, output from `$ python -m pip list`
|
|
||||||
|
|
||||||
If you have done any research, include that.
|
|
||||||
Make sure to redact all personal information.
|
|
51
.github/ISSUE_TEMPLATE/bug_report.md
vendored
51
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,35 +1,34 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report if you're having trouble with `fbchat`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
## Description of the problem
|
||||||
A clear and concise description of what the bug is.
|
Example: Logging in fails when the character `%` is in the password. A specific password that fails is `a_password_with_%`
|
||||||
|
|
||||||
**To Reproduce**
|
## Code to reproduce
|
||||||
Steps to reproduce the behavior:
|
```py
|
||||||
1. Go to '...'
|
# Example code
|
||||||
2. Click on '....'
|
from fbchat import Client
|
||||||
3. Scroll down to '....'
|
client = Client("[REDACTED_USERNAME]", "a_password_with_%")
|
||||||
4. See error
|
```
|
||||||
|
|
||||||
**Expected behavior**
|
## Traceback
|
||||||
A clear and concise description of what you expected to happen.
|
```
|
||||||
|
Traceback (most recent call last):
|
||||||
|
File "<test.py>", line 1, in <module>
|
||||||
|
File "[site-packages]/fbchat/client.py", line 78, in __init__
|
||||||
|
self.login(email, password, max_tries)
|
||||||
|
File "[site-packages]/fbchat/client.py", line 407, in login
|
||||||
|
raise FBchatUserError('Login failed. Check email/password. (Failed on url: {})'.format(login_url))
|
||||||
|
fbchat.models.FBchatUserError: Login failed. Check email/password. (Failed on url: https://m.facebook.com/login.php?login_attempt=1)
|
||||||
|
```
|
||||||
|
|
||||||
**Screenshots**
|
## Environment information
|
||||||
If applicable, add screenshots to help explain your problem.
|
- Python version
|
||||||
|
- `fbchat` version
|
||||||
|
- If relevant, output from `$ python -m pip list`
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
If you have done any research, include that.
|
||||||
- OS: [e.g. iOS]
|
Make sure to redact all personal information.
|
||||||
- Browser [e.g. chrome, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
|
||||||
- Device: [e.g. iPhone6]
|
|
||||||
- OS: [e.g. iOS8.1]
|
|
||||||
- Browser [e.g. stock browser, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
name: Question / Anything else
|
|
||||||
about: If you have a question about Facebook or fbchat, a meta-issue, or anything,
|
|
||||||
feel free to ask ;)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
8
.github/ISSUE_TEMPLATE/question.md
vendored
8
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
name: Question
|
|
||||||
about: If you have a question about Facebook or fbchat, a meta-issue, or anything,
|
|
||||||
feel free to ask ;)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user