Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.03 KB

CONTRIBUTE.md

File metadata and controls

36 lines (21 loc) · 1.03 KB

Contributing

Pull requests are welcome from anyone. By participating in this project, you agree to abide by the "code of conduct" of being a nice and reasonable person.

Fork, then clone the repo:

git clone git@github.com:your-username/RagnarokEngine3.git

Set up your machine:

pip install pygame

Make sure the tests pass:

pytest # there are no tests at this moment, sad thrombone

Make your change. Add tests for your change. Make the tests pass:

pytest

Push to your fork and submit a pull request.

At this point you're waiting on us (royal us at this moment). We like to at least comment on pull requests We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted: