Skip to content

Commit

Permalink
fdsaa
Browse files Browse the repository at this point in the history
  • Loading branch information
snapfast committed Apr 16, 2024
1 parent 9c25835 commit 6b08b05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dist/
build/
__pycache__/
.vscode/
.idea/
venv/
chrome-data/
chromedriver/
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at opensource+octokit@github.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at opensource+automates@github.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you want to submit a bug fix or new feature, make sure that all tests are pas
Before running any tests you have to start the [fixtures server](https://github.com/octokit/fixtures-server)

```
$ npm run start-fixtures-server
$ python run.py
```

In a second terminal, run the tests
Expand All @@ -46,7 +46,7 @@ variable (or set it in a `.env` file) to avoid running against GitHub's rate lim

## Making Changes

Here is an overview of [how `@octokit/rest` works](HOW_IT_WORKS.md).
Here is an overview

- Create a topic branch from the main branch.
- Check for unnecessary whitespace / changes with `git diff --check` before committing.
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
n.click_job()
elif SERVICE == 4:
print("Bumble Selected")
print("Swiping right on all profiles :\)")
print("Swiping right on all profiles :P")
b = swipe.BumbleBot()
b.right_swipe()
else:
Expand Down

0 comments on commit 6b08b05

Please sign in to comment.