- Make sure you have a GitHub account.
- Fork the repository on GitHub.
- Make changes to your clone of the repository.
- Update or supplement the tests as necessary.
- Submit a pull request against the incoming branch.
A few of the source files have
On Unix (Linux, Mac OS X, etc.) platforms and Windows using Git for Windows' Git Bash or Cygwin's bash terminal:
./install-gitconfig.sh
rm TODO.md include/ktx.h tools/toktx/toktx.cpp
git checkout TODO.md include/ktx.h tools/toktx/toktx.cpp
On Windows with the Command Prompt (requires git.exe
in a directory
on your %PATH%):
install-gitconfig.bat
del TODO.md include/ktx.h tools/toktx/toktx.cpp
git checkout TODO.md include/ktx.h tools/toktx/toktx.cpp
The first command adds an [include] of the repo's .gitconfig
to the local git config file.git/config
in your clone of the repo. .gitconfig
contains the config of the "keyworder" filter. The remaining commands force a new checkout of the affected files to smudge them with the date. These two are unnecessary if you plan to edit these files. All are unecessary if you do not care about having the dates shown.