Contributing
As an open-source project, contributions to the Dagor Engine are welcome. If you would like to contribute, please follow the steps outlined below:
Fork the Repository:
Create a fork of the Dagor Engine repository on GitHub to have your own copy where you can make changes.
Create a New Branch:
Create a new branch for your feature or bug fix:
git checkout -b feature-name
Make Changes and Commit:
Make your desired changes, then commit them to your branch:
git commit -m "Description of the changes"
Push and Submit a Pull Request:
Push your changes to your forked repository and submit a pull request to the original Dagor Engine repository for review.
git push origin feature-name