mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Update README
This commit is contained in:
parent
fe8dd79352
commit
61bc5596b1
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue