1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Update README

This commit is contained in:
Myned 2022-02-22 14:16:49 -06:00
parent fe8dd79352
commit 61bc5596b1
No known key found for this signature in database
GPG key ID: 33790F979F7A28B8

View file

@ -65,11 +65,11 @@ rm -rf Modufur
## Contributing ## Contributing
1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repository on GitHub 1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repository on GitHub
2. Make changes to the code 2. Make changes to the code
3. [Commit](https://github.com/git-guides/git-commit) them to the fork 3. Format the code with [Black](https://black.readthedocs.io/en/stable) inside the project folder
4. Format the code with [Black](https://black.readthedocs.io/en/stable) inside the project folder
``` ```
poetry run python black . poetry run python black .
``` ```
4. [Commit](https://github.com/git-guides/git-commit) them to the fork
5. Create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) from the fork 5. Create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) from the fork
## FAQ ## FAQ
### What happened to the public bot? ### What happened to the public bot?