mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
update metafiles
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Contributing Guidelines
|
||||
|
||||
Pull requests from everyone are welcome
|
||||
|
||||
Procedure for contributing:
|
||||
|
||||
- Create a fork of the repository on github
|
||||
In a top right corner of a GitHub, select "Fork"
|
||||
Its recommended to fork latest version from main branch to avoid any possible conflicting code updates
|
||||
- Clone your forked repository to your local system
|
||||
`git clone https://github.com/<your-username>/<your-fork>
|
||||
- Make your changes
|
||||
- Test your changes
|
||||
- Test your changes against code guidelines
|
||||
- `ruff check`
|
||||
- `pylint <folder>/<filename>.py`
|
||||
- Push changes to your fork
|
||||
- Submit a PR (pull request)
|
||||
|
||||
Your pull request will be reviewed and pending review results, merged into main branch
|
||||
Reference in New Issue
Block a user