Create CONTRIBUTING.md with contribution instructions

Added contributing guidelines for the project.
This commit is contained in:
Erik C. Thauvin 2025-12-30 12:39:52 -08:00 committed by GitHub
parent affa9e1dac
commit 684c697896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,20 @@
# Contributing
If you want to contribute to `bld` or customize it, all you have to do is clone the GitHub
repository and update the [RIFE2/core](https://github.com/rife2/rife2-core) submodule:
```console
git clone git@github.com:rife2/bld.git
cd bld
git submodule init
git submodule update
```
Then use `bld` to build itself:
```console
./bld compile
```
The project has an IntelliJ IDEA project structure. You can just open it after all
the dependencies were downloaded and peruse the code.