Update CONTRIBUTING.md

corrected links of readme and code of conduct.
pull/26/head
lightningRalf 2023-04-16 06:20:25 +02:00 zatwierdzone przez GitHub
rodzic 4010327f9b
commit 69e089f1dc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -17,12 +17,12 @@ First of all, thank you for your interest in contributing to Wolverine! We appre
## Code of Conduct
All contributors are expected to adhere to our [Code of Conduct](CODE_OF_CONDUCT.md). Please read it before participating in the Wolverine community.
All contributors are expected to adhere to our [Code of Conduct](https://github.com/biobootloader/wolverine/CODE_OF_CONDUCT.md). Please read it before participating in the Wolverine community.
## Getting Started
1. Fork the repository and clone it to your local machine.
2. Set up the development environment by following the instructions in the [README.md](README.md) file.
2. Set up the development environment by following the instructions in the [README.md](https://github.com/biobootloader/wolverine/README.md) file.
3. Explore the codebase, run tests, and verify that everything works as expected.
## How to Contribute