So you want to contribute to Penlight? Fantastic! Here's a brief overview on how best to do so.
Here's some examples of things you might want to make a pull request for:
If you have a more deeply-rooted problem with how the library is built or some of the stylistic decisions made in the code, it's best to create an issue before putting the effort into a pull request. The same goes for new features - it might be best to check the project's direction, existing pull requests, and currently open and closed issues first.
Here's how to go about contributing to Penlight:
master
branch.If you wanna be a rockstar;
Please note - if you want to change multiple things that don't depend on each
other, make sure you check out the master
branch again and create a different topical branch
before making more changes - that way we can take in each change separately.
./lua/pl/utils.lua
(the _VERSION
constant)./config.ld
with the new version number./rockspecs
./CHANGELOG.md
files for completenessrelease x.y.z
ldoc .
release x.y.z docs
x.y.z
and push the tag to the github repo