First off, thank you for considering contributing to aVToolz. It's people like you that make aVToolz such a great tool.
No matter how big or small, any contribution is welcome and highly appreciated.
Following are the steps to contribute to this project:
- Fork the repository
- Create a new branch
- Make your changes
- Commit your changes
- Push to the branch
- Create a new Pull Request
- Wait for the review
- Get your changes merged
- Celebrate your success 🎉
Choose any of the below methods to start working on this project:
-
Make sure all the
requirements
are installed. -
Clone the repository
```bash git clone https://github.com/a0v0/avtoolz && cd avtoolz ```
-
Open the repo in VSCode
-
Install this VSCode extension: Remote - Containers
-
Press
F1
and selectDev Container: Open Folder in Container
-
Wait for the development container to build.
-
Run
task dev
in the terminal to start the development server.
-
Install project dependencies
task install
-
Start the development server
task run
Got a question or stuck with a problem? Ask on Github Discussions